- Issue created by @dww
If you use php core/scripts/drupal generate-theme
to generate a starter kit theme, you end up with a custom theme that uses VERSION
for various version strings (both in the .info.yml and .library.yml files). This constant should only be used for core themes, which something generated with this script by definition is not. π
php core/scripts/drupal generate-theme foo --path themes/custom
themes/custom/foo/foo.info.yml
and themes/custom/foo/foo.libraries.yml
.VERSION
.generate-theme
should create everything using 1.0.0-alpha1
as the version string, not core's VERSION
constant.
None.
None.
None.
TBD. Probably not?
Active
9.5