Pagination
- id7. Computed data
- namecomputed data
- fileat any step of the cascade, declare an eleventyComputed data object.
- idDescriptionHighest precedence. Inject data properties into your data object that are based on other data values with the eleventyComputed feature.
- examplemodule.exports = { eleventyComputed: { dataCascade: { id: 'computed data, highest priority.', } } };
- linkhttps://www.11ty.dev/docs/data-computed/
7. Computed data -
6. Template frontmatter -
5. Template data files -
4. Directory data files -
3. Layout frontmatter -
2. Config global data -
1. Global data -