We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Patternlab 1 it was possible to do that:
Opening http://localhost:8080/?p=atoms-colors
Example of source/_meta/_00-head.mustache
<body class="{% patternPartial %}">
The expected output is something like:
<body class="atoms-colors">
I've been trying to use the provided data, but I couldn't find anything related in documentation nor in issues somewhere.
The text was updated successfully, but these errors were encountered:
pattern-lab#89 | Enable usage of {{ patternPartial }}
48b1682
Thanks. I'll get this merged tomorrow evening and a new release pushed out.
Sorry, something went wrong.
Merge pull request #1 from vebersol/public-patternPartial
91cb140
Out of curiosity @EvanLovely or @bmuenzenmeyer is this part of the Pattern Lab spec?
If so, could one of you guys point me at where I should be referencing for these sorts of things? Thanks!
I was not aware of this being exposed, available data, though it's an interesting idea,
dmolsen
No branches or pull requests
In Patternlab 1 it was possible to do that:
Opening http://localhost:8080/?p=atoms-colors
Example of source/_meta/_00-head.mustache
The expected output is something like:
I've been trying to use the provided data, but I couldn't find anything related in documentation nor in issues somewhere.
The text was updated successfully, but these errors were encountered: