- Issue created by @duntuk
vartheme_bs5.info.yml
Incorrect type. :
ckeditor_stylesheets: false
ckeditor5-stylesheets: false
Expected "array".yaml-schema: A list of stylesheets to add to the CKEditor frame
SEE: https://json.schemastore.org/drupal-info.json
IF NO to styleshieet customization, THEN DO NOT INCLUDE:
ckeditor_stylesheets: false
ckeditor5-stylesheets: false
IF YES to styleshieet customization, THEN, e.g., INCLUDE :
ckeditor_stylesheets:
- //fonts.googleapis.com/css?family=Open+Sans
- css/base/bootstrap.base.css
- css/base/vartheme.base.css
ckeditor5-stylesheets:
- //fonts.googleapis.com/css?family=Open+Sans
- css/base/bootstrap.base.css
- css/base/vartheme.base.css
Active
3.0
Code