Closed
Description
This might be more of a question than a bug report. In PL-PHP there are two meta patterns for the header and the footer. These are very useful for adding libraries and external dependencies.
However, I do not see a way to do this in patternlab-node. There seem to be separate files for this, namely:
/pattern-header-footer/header.html
/pattern-header-footer/footer.html
/pattern-header-footer/index.mustache
/pattern-header-footer/styleguide.mustache
/pattern-header-footer/viewall.mustache
As far as I can see, you would need to modify all these files to include a dependency such as bootstrap. Is there something I'm missing here? Should pl-node support meta patterns like those on pl-php?