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 this scenario:
- field1 tag=foo - field2 tag=foo <section tag=foo> <section tag=bar>
Then both sections display all fields
but in this scenario:
- field1 tag=foo - field2 tag=bar <section tag=foo> <section tag=bar>
everything works correctly
The text was updated successfully, but these errors were encountered:
fixes issue mattapperson#1, if tag on component does not match a tag …
9de603f
…in schema, render 0 fields
Merge pull request #6 from Georgette/master
b65631e
This fixes #1, fixes #3 (If tag on a component does not match schema, render nothing + link repo in package.json)
Merge pull request #1 from costasmicha/feature/es6-refactoring
4342362
ES6 refactoring fixes
Successfully merging a pull request may close this issue.
In this scenario:
Then both sections display all fields
but in this scenario:
everything works correctly
The text was updated successfully, but these errors were encountered: