- Issue created by @RichardGaunt
- 🇦🇺Australia RichardGaunt Melbourne
These are the examples:
https://github.com/civictheme/monorepo-drupal/tree/develop/web/themes/co...
https://github.com/civictheme/monorepo-drupal/tree/develop/web/themes/co...
https://github.com/civictheme/monorepo-drupal/tree/develop/web/themes/co...We have had reports that these have ended up in production sites which was not their intent.
Aside from the problems with the old twig namespaces being used and breaking newly created sub-themes. - 🇦🇺Australia gargsuchi Melbourne
As a workaround, please delete the following directories from your new sub-theme manually (unless you have added some code changes):
- components/01-atoms/demo-button
- components/02-molecules/navigation-card
- components/03-organisms/header
We will address this issue in code soon.
- 🇦🇺Australia alan.cole
PR: https://github.com/civictheme/monorepo-drupal/pull/1392
Removed the example override components from the starterkit. These components were added to help a developer understand the ways in which a custom component can be created, however we have seen that sometimes these components are not removed when creating an actual theme, and since the 1.11 upgrade, have not been properly maintained.
The more appropriate place for examples would be either in documentation, or a separate folder / repo specifically designed for showing examples, rather than the actual starter kit.