vartheme_bs5.info.yml / ckeditor_stylesheets: false / incorrect type

Created on 16 August 2024, 3 months ago

Problem/Motivation

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

Proposed resolution

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

Remaining tasks

  • ✅ File an issue about this project
  • ❌ Addition/Change/Update/Fix to this project
  • ❌ Testing to ensure no regression
  • ➖ Automated unit/functional testing coverage
  • ➖ Developer Documentation support on feature change/addition
  • ➖ User Guide Documentation support on feature change/addition
  • ➖ UX/UI designer responsibilities
  • ➖ Accessibility and Readability
  • ❌ Code review from 1 Varbase core team member
  • ❌ Full testing and approval
  • ❌ Credit contributors
  • ❌ Review with the product owner
  • ❌ Update Release Notes and Update Helper on new feature change/addition
  • ❌ Release

Varbase update type

  • ✅ No Update
  • ➖ Optional Update
  • ➖ Forced Update
  • ➖ Forced Update if Unchanged

User interface changes

  • N/A

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • N/A
🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇺🇸United States duntuk

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

Comments & Activities

Production build 0.71.5 2024