- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 12:21pm 12 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 9:30am 30 May 2023
Having the following warning when site admin switch to use CKEditor 5
Warning message
The Vartheme BS5 theme hasckeditor_stylesheets
configured without a correspondingckeditor5-stylesheets
configuration. See the change record → for details.
https://www.drupal.org/node/3259165 →
#3194084: Support functionality equivalent to ckeditor_stylesheets →
Have the following as a starter logic in the vartheme_bs5.info.yml
file
ckeditor_stylesheets:
- dist/css/base/bootstrap.base.css
- dist/css/base/style.base.css
- dist/css/layout/edge2edge.layout.css
- dist/css/layout/equal-height.layout.css
- dist/css/components/pages/page/page.css
- dist/css/components/molecules/alert/alert.css
ckeditor5-stylesheets:
- dist/css/base/bootstrap.base.css
- dist/css/base/style.base.css
- dist/css/layout/edge2edge.layout.css
- dist/css/layout/equal-height.layout.css
- dist/css/components/pages/page/page.css
- dist/css/components/molecules/alert/alert.css
📌 Add config for a correspondent ckeditor5-stylesheets configuration in Vartheme Claro Fixed
ckeditor5-stylesheets
configuration in Vartheme BS5Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.