Commit c9f1825e authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3299786: Configure Twig Namespaces to work for nested components and Drupal template system

parent 418e3cb2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -28,3 +28,8 @@ ckeditor_stylesheets:
components:
  namespaces:
    vartheme_bs5: src/components
    atoms: src/components/atoms
    molecules: src/components/molecules
    organisms: src/components/organisms
    templates: src/components/templates
    pages: src/components/pages
 No newline at end of file