summaryrefslogtreecommitdiffstats
path: root/.frontmatter
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/communication.json7
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/evidence.json7
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/fpnav.json7
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/page.json7
4 files changed, 28 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/communication.json b/.frontmatter/config/taxonomy/contenttypes/communication.json
index 29303b1..b16f115 100644
--- a/.frontmatter/config/taxonomy/contenttypes/communication.json
+++ b/.frontmatter/config/taxonomy/contenttypes/communication.json
@@ -71,6 +71,13 @@
"type": "draft"
},
{
+ "title": "Layout",
+ "name": "layout",
+ "type": "string",
+ "single": true,
+ "default": "docs"
+ },
+ {
"title": "Alias",
"name": "aliases",
"type": "list"
diff --git a/.frontmatter/config/taxonomy/contenttypes/evidence.json b/.frontmatter/config/taxonomy/contenttypes/evidence.json
index 9d792d1..5bb3864 100644
--- a/.frontmatter/config/taxonomy/contenttypes/evidence.json
+++ b/.frontmatter/config/taxonomy/contenttypes/evidence.json
@@ -66,6 +66,13 @@
"default": "docs"
},
{
+ "title": "Layout",
+ "name": "layout",
+ "type": "string",
+ "single": true,
+ "default": "docs"
+ },
+ {
"title": "Draft",
"name": "draft",
"type": "draft"
diff --git a/.frontmatter/config/taxonomy/contenttypes/fpnav.json b/.frontmatter/config/taxonomy/contenttypes/fpnav.json
index 2b8b957..f75747e 100644
--- a/.frontmatter/config/taxonomy/contenttypes/fpnav.json
+++ b/.frontmatter/config/taxonomy/contenttypes/fpnav.json
@@ -47,6 +47,13 @@
"default": "minimal"
},
{
+ "title": "Layout",
+ "name": "layout",
+ "type": "string",
+ "single": true,
+ "default": "minimal"
+ },
+ {
"title": "thumbnail",
"name": "thumbnail",
"type": "string",
diff --git a/.frontmatter/config/taxonomy/contenttypes/page.json b/.frontmatter/config/taxonomy/contenttypes/page.json
index 5b65ef1..3f1c36b 100644
--- a/.frontmatter/config/taxonomy/contenttypes/page.json
+++ b/.frontmatter/config/taxonomy/contenttypes/page.json
@@ -34,6 +34,13 @@
"type": "draft"
},
{
+ "title": "Layout",
+ "name": "layout",
+ "type": "string",
+ "single": true,
+ "default": "default"
+ },
+ {
"title": "Alias",
"name": "aliases",
"type": "string"