OUTDATED ARTICLE
NOGN offers a set of plugins to help pair Craft & Gridsome. See nogn.io for more.
Lucky 13? Not for some. Anyone bold enough to try a previous release, this one will break! Sorry, but it's still early days.
New feature
Support for category
and tag
templates. (Note: Live preview is currently only setup for Entries for now).
Breaking changes
Template paths have been adjusted to follow a new format (all these are sitting in the src/templates
directory)
- Entries:
${fieldName}Entry${sectionHandle}${typeHandle}.vue
Example -craftEntryNewsArticle.vue
- Categories:
${fieldName}Category${groupHandle}.vue
Example:craftCategoryStatus.vue
- Tags:
${fieldName}Tag${groupHandle}.vue
Example -craftTagCountries.vue
If you hit a problem make an issue on GitHub, or try the Gridsome discord.