(Testing) Update test editor config to match Drupal 11 config schema

Created on 28 August 2025, 5 days ago

Problem/Motivation

When installing the test module (ckeditor5_paste_filter_test) in Drupal 11, you may not be able to due to config schema validation:

In ConfigSchemaChecker.php line 98:
  Schema errors for editor.editor.test with the following errors: 0 [image_upload] 'status' is a required key.

Steps to reproduce

In a settings.php file or include, add:

$settings["extension_discovery_scan_tests"] = TRUE;

Attempt to install the ckeditor5_paste_filter_test module.

Proposed resolution

Amend the config file to align with the Drupal 11 schema.

Remaining tasks

  • Make the necessary changes
  • Test locally
  • Create a merge request
  • Review the changes
  • Merge!

User interface changes

n/a

API changes

n/a

Data model changes

n/a

📌 Task
Status

Active

Version

1.1

Component

Miscellaneous

Created by

🇨🇦Canada star-szr

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024