Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
Umami demo
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2023 at 10:40 UTC
Updated:
10 Aug 2023 at 19:29 UTC
Jump to comment: Most recent
\Drupal\Tests\standard\Functional\StandardTest::testStandard() validates all installed config for config schema compliance.
Umami should do the same.
N/A
Copy test coverage from the Standard profile's test coverage.
None.
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
wim leersI expect this to fail like so:
Comment #4
wim leersNow expecting
Root cause: #3247795: Add text filter plugin to support <img loading="lazy"> and remove it from editor_file_reference wanted to allow users of Basic HTML to override the
loadingattribute on<img>, but didn't correctly upgrade the CKEditor 5 settings to actually allow it.Comment #5
wim leersThat should be green!
Comment #6
borisson_Great, let's change the drupalci.yml back to the default.
Comment #7
wim leersDid that, and also applied it to the install profile as you requested in Slack. Note that for Minimal, I did not include the CKEditor 5 validation logic because Minimal has no configuration that enables CKEditor 5.
Comment #8
borisson_Great, this will hopefully make sure that every config we have in core that comes with an install profile is compliant with the schema's that underpin it. These tests will probably break when we increase the validation of the config schema's but this is a great way to keep those schema's in check.
Comment #9
wim leersExactly, that's the goal! 😊
Comment #11
wim leers#3247795: Add text filter plugin to support <img loading="lazy"> and remove it from editor_file_reference is the answer to @lauriii's question.
Comment #12
lauriiiCommitted 39cf4d2 and pushed to 11.x. Thanks!