feat: Virtual page redirect, breadcrumb & menu items
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m5s

This commit is contained in:
2025-09-25 21:27:41 -04:00
parent 3f0d4dbb4e
commit e9c92840fc
12 changed files with 155 additions and 134 deletions

View File

@@ -24891,6 +24891,12 @@ type TemplateToTemplateConnectionPageInfo implements PageInfo & TemplateConnecti
startCursor: String
}
"""The template assigned to the node"""
type Template_VirtualPage implements ContentTemplate {
"""The name of the template"""
templateName: String
}
"""
Base interface for taxonomy terms such as categories and tags. Terms are used to organize and classify content.
"""