Is your proposal related to a problem?
At the moment, if any customisation is needed to the pattern library markup, the whole template must be overridden, which then makes maintenance and upgrades potentially harder. A recent use case was adding an extra toggle to the index.html template to allow switching between site themes.
Describe the solution you'd like
- Add some blocks at key points in the base or index.html templates to allow customisation
- Allow inclusion of custom CSS and JS files
Be able to override the relevant parts of the templates rather than the complete markup.
Describe alternatives you've considered
The only other alternative is to completely override the whole template file in your build.
Additional context
(Write your answer here.)
Is your proposal related to a problem?
At the moment, if any customisation is needed to the pattern library markup, the whole template must be overridden, which then makes maintenance and upgrades potentially harder. A recent use case was adding an extra toggle to the index.html template to allow switching between site themes.
Describe the solution you'd like
Be able to override the relevant parts of the templates rather than the complete markup.
Describe alternatives you've considered
The only other alternative is to completely override the whole template file in your build.
Additional context
(Write your answer here.)