This commit is contained in:
+3
-15
@@ -16,10 +16,7 @@
|
||||
"label": "CMS platforms",
|
||||
"labelSingular": "CMS platform",
|
||||
"urlPattern": "/cms/{slug}",
|
||||
"supports": [
|
||||
"search",
|
||||
"seo"
|
||||
],
|
||||
"supports": ["search", "seo"],
|
||||
"fields": [
|
||||
{
|
||||
"slug": "title",
|
||||
@@ -46,11 +43,7 @@
|
||||
"label": "Plugins",
|
||||
"labelSingular": "Plugin",
|
||||
"urlPattern": "/plugins/{slug}",
|
||||
"supports": [
|
||||
"drafts",
|
||||
"search",
|
||||
"seo"
|
||||
],
|
||||
"supports": ["drafts", "search", "seo"],
|
||||
"fields": [
|
||||
{
|
||||
"slug": "title",
|
||||
@@ -148,12 +141,7 @@
|
||||
"label": "Pages",
|
||||
"labelSingular": "Page",
|
||||
"urlPattern": "/{slug}",
|
||||
"supports": [
|
||||
"drafts",
|
||||
"revisions",
|
||||
"search",
|
||||
"seo"
|
||||
],
|
||||
"supports": ["drafts", "revisions", "search", "seo"],
|
||||
"fields": [
|
||||
{
|
||||
"slug": "title",
|
||||
|
||||
Reference in New Issue
Block a user