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
What should the resulting collection property on file metadata look like in the following separate/ mixed configs? Below is the current config
collection
'col1'
[['col1'],'col2']
['col1','col2']
There are 2 bugs in 1.2.0:
To fix this: add unit tests with multiple mixes of this matrix.
Question: is it safe to assume that users would want pattern- & frontmatter-based collections to be merged? Answer: #32
The text was updated successfully, but these errors were encountered:
Fixes collection property on files and adds test: no dupes, no nested…
727769d
… arrays (#99)
No branches or pull requests
What should the resulting
collection
property on file metadata look like in the following separate/ mixed configs?Below is the current config
'col1'
'col1'
[['col1'],'col2']
['col1','col2']
['col1','col2']
['col1','col2']
There are 2 bugs in 1.2.0:
To fix this: add unit tests with multiple mixes of this matrix.
Question: is it safe to assume that users would want pattern- & frontmatter-based collections to be merged? Answer: #32
The text was updated successfully, but these errors were encountered: