We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0675a commit 7c4cd1bCopy full SHA for 7c4cd1b
public/demo/frontmatter.extends.json
@@ -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