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 template and directory data files override is explicit:
component.11tydata.js overrides component.11tydata.json overrides component.json
component.11tydata.js
component.11tydata.json
component.json
No such explicit convention exists for global data files. It does one generic glob selector for these files.
eleventy/src/TemplateData.js
Line 136 in ccbaf5a
Surfaced by @gloryofrobots in #635.
The text was updated successfully, but these errors were encountered:
Merge pull request #821 from gloryofrobots/global-data-merge-priority
7843929
Global data files priority according to file extensions #794
Successfully merging a pull request may close this issue.
In template and directory data files override is explicit:
component.11tydata.js
overridescomponent.11tydata.json
overridescomponent.json
No such explicit convention exists for global data files. It does one generic glob selector for these files.
eleventy/src/TemplateData.js
Line 136 in ccbaf5a
Surfaced by @gloryofrobots in #635.
The text was updated successfully, but these errors were encountered: