Postponed on #3194084: Support functionality equivalent to ckeditor_stylesheets

Problem/Motivation

In #3194084: Support functionality equivalent to ckeditor_stylesheets, a new ckeditor5-stylesheets theme configuration was created. It provides functionality similar to ckeditor_stylesheets, but exists as a separate settings as there are scenarios where a stylesheet that works well in CKEditor 4 won't necessarily work well in CKEditor 5.

Since this theme has ckeditor_stylesheets configured, it should get a ckeditor5-stylesheets setting. It may be possible to use the same stylesheets, but manual testing will be required to confirm the styling is desirable and doesn't have side effects. This is especially necessary as CKEditor5 stylesheets are not encapsulated in an <iframe>

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

bnjmnm created an issue. See original summary.

bnjmnm’s picture

Title: [PP-1] Add ckeditor5-stylesheets config » [PP-1] Add Claro ckeditor5-stylesheets config

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

farnoosh’s picture

Set ckeditor5-stylesheets: false to remove the warning without having to add any stylesheets.

bnjmnm’s picture

Title: [PP-1] Add Claro ckeditor5-stylesheets config » Add Claro ckeditor5-stylesheets config
Status: Active » Needs review
lauriii’s picture

Status: Needs review » Closed (duplicate)

I posted patch that does this for all themes and has test coverage on #3285054: Add ckeditor5-stylesheets: false to Claro and Olivero (and fix it 😅).