generated from pascalmartineau/wp-skeleton
feat: Virtual page redirect, breadcrumb & menu items
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m5s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m5s
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user