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
I would like to change the settings I set in .eleventyconfig from the front matter of one specific page.
.eleventyconfig
.eleventyconfig:
… embedClass: 'my-alternate-classname' …
front matter:
--- embedYoutube: embedClass: 'my-alternate-classnameeeeeee' ---
The text was updated successfully, but these errors were encountered:
Needs further investigation. Eleventy 2.0 opened access to the page variable for transforms: https://www.11ty.dev/docs/config/#transforms
page
However, it doesn't provide access to the page frontmatter. This may be something we can request upstream, or it may require a different approach.
Sorry, something went wrong.
No branches or pull requests
I would like to change the settings I set in
.eleventyconfigfrom the front matter of one specific page.Example
.eleventyconfig:front matter:
The text was updated successfully, but these errors were encountered: