Problem
- The config schema for
system.theme.disableddefines values to be strings, but they are integer (weights).
| Comment | File | Size | Author |
|---|---|---|---|
| drupal8.system-theme-disabled-schema.0.patch | 453 bytes | sun |
system.theme.disabled defines values to be strings, but they are integer (weights).| Comment | File | Size | Author |
|---|---|---|---|
| drupal8.system-theme-disabled-schema.0.patch | 453 bytes | sun |
Comments
Comment #1
jibranSeems legit.
Comment #2
webchickHuh. Well that's clearly wrong. It sounds like the test coverage in #1067408: Themes do not have an installation status will catch this, this is a spin-off to make that one easier to read/review.
Committed and pushed to 8.x. Thanks!