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

richardgaunt created an issue. See original summary.

fionamorrison23’s picture

anirudhsingh19’s picture

Assigned: Unassigned » anirudhsingh19

Working on it!

richardgaunt’s picture

We have a PR in progress to implement this change:
https://github.com/civictheme/monorepo-drupal/pull/1425

fionamorrison23’s picture

Assigned: joshua1234511 » richardgaunt
Status: Active » Needs review
richardgaunt’s picture

Status: Needs review » Reviewed & tested by the community
fionamorrison23’s picture

Assigned: richardgaunt » Unassigned
Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

fionamorrison23’s picture

Version: 1.x-dev » 1.12.0

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.