- πΊπΈUnited States andy-blum Ohio, USA
Closing this as duplicate because we're adding this as part of π Making a theme compatible with core's theme generator is too difficult Needs work
The current starterkit generate-theme command does a bit of find-and-replace to update library names/usages, hook implementations, and the .theme/.yml files we expect in all themes, but this potentially leaves behind a lot of other files like breakpoints.yml, layouts.yml, config yml files and usages of the theme name in CSS/JavaScript. We should expand the find/replace to better cover those other files without requiring custom implementations of the postProcess method.
Generate a new theme using olivero as the starterkit. The new theme will still have lots of references to Olivero in file names/contents.
We should make use of the symfony Finder and Filesystem modules find files named/using the starterkit's theme name and replace those usages with the new theme's name.
See π [PP-1] Allow starterkit theme generator tool to clone Olivero Postponed and this accompanying MR for an example.
Closed: duplicate
11.0 π₯
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing this as duplicate because we're adding this as part of π Making a theme compatible with core's theme generator is too difficult Needs work