Skip to content

Commit 7c4cd1b

Browse files
committed
external config demo file
1 parent 8b0675a commit 7c4cd1b

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

public/demo/frontmatter.extends.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"frontMatter.framework.id": "frontmatter",
3+
"frontMatter.content.publicFolder": "static",
4+
"frontMatter.content.pageFolders": [
5+
{
6+
"title": "external",
7+
"path": "[[workspace]]/external"
8+
}
9+
],
10+
"frontMatter.taxonomy.contentTypes": [
11+
{
12+
"name": "external",
13+
"pageBundle": true,
14+
"previewPath": null,
15+
"fields": [
16+
{
17+
"title": "Title",
18+
"name": "title",
19+
"type": "string",
20+
"single": true,
21+
"default": "{{title}}"
22+
},
23+
{
24+
"title": "Slug",
25+
"name": "slug",
26+
"type": "slug",
27+
"editable": true,
28+
"default": "{{slug}}"
29+
},
30+
{
31+
"title": "Created On",
32+
"name": "date",
33+
"type": "datetime",
34+
"isPublishDate": true,
35+
"default": "{{now}}"
36+
}
37+
]
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)