- Issue created by @RichardGaunt
- b3589c25 committed on 1.x
Issue #3525390 by alan.cole, alex.skrypnyk, danielgry: Convert existing...
- b3589c25 committed on 1.x
Single Directory components do not allow blocks and twig variables to have the same name.
Furthermore, SDC does not make use of `block` areas preferring unstructured html to be passed in slots which are twig variables.
CivicTheme provides blocks for sub-theme's to extend templates which is not utilised within the SDC system. For the purposes of releasing CivicTheme with SDC compatibility we are adding the suffix `_block` to everywhere CivicTheme uses blocks.
1. Within the theme, we need to update `templates` that use extend a UI Kit component.
Active
1.0
Code
Issue #3525390 by alan.cole, alex.skrypnyk, danielgry: Convert existing...