Problem/Motivation
We have component namespaces defined in `civictheme.info.yml` and `civictheme_starter_kit.info.yml`
See Below:
components:
namespaces:
base:
- components/00-base
atoms:
- components/01-atoms
molecules:
- components/02-molecules
organisms:
- components/03-organisms
templates:
- components/04-templates
ct-base:
- components/00-base
ct-atoms:
- components/01-atoms
ct-molecules:
- components/02-molecules
ct-organisms:
- components/03-organisms
ct-templates:
- components/04-templates
We do not use these anymore as we have migrated to Single Directory Components and they need to be removed.
Proposed resolution
1. Remove namespaces.
Comments
Comment #2
fionamorrison23 commentedComment #3
anirudhsingh19 commentedWorking on it!
Comment #4
richardgaunt commentedWe have a PR in progress to implement this change:
https://github.com/civictheme/monorepo-drupal/pull/1425
Comment #5
fionamorrison23 commentedComment #6
richardgaunt commentedComment #7
fionamorrison23 commentedComment #9
fionamorrison23 commented