Skip to content

Commit 11cc562

Browse files
committed
Schema update
1 parent dce66d8 commit 11cc562

11 files changed

+23
-15
lines changed

public/config/content.pagefolders.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/content.pagefolders.schema.json",
44
"description": "Defines the settings for Front Matter page folder",
5-
"lastModified": "2024-06-28T10:11:20.574Z",
5+
"lastModified": "2024-07-03T10:03:25.970Z",
66
"type": "object",
77
"title": "Front Matter - page folder",
88
"properties": {

public/config/content.placeholders.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/content.placeholders.schema.json",
44
"description": "Defines the settings for Front Matter placeholder",
5-
"lastModified": "2024-06-28T10:11:20.574Z",
5+
"lastModified": "2024-07-03T10:03:25.970Z",
66
"type": "object",
77
"title": "Front Matter - placeholder",
88
"properties": {

public/config/content.snippets.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
44
"description": "Defines the settings for Front Matter snippet",
5-
"lastModified": "2024-06-28T10:11:20.574Z",
5+
"lastModified": "2024-07-03T10:03:25.971Z",
66
"type": "object",
77
"title": "Front Matter - snippet",
88
"required": [

public/config/custom.scripts.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/custom.scripts.schema.json",
44
"description": "Defines the settings for Front Matter custom script",
5-
"lastModified": "2024-06-28T10:11:20.574Z",
5+
"lastModified": "2024-07-03T10:03:25.970Z",
66
"type": "object",
77
"title": "Front Matter - custom script",
88
"properties": {

public/config/data.files.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/data.files.schema.json",
44
"description": "Defines the settings for Front Matter data file",
5-
"lastModified": "2024-06-28T10:11:20.574Z",
5+
"lastModified": "2024-07-03T10:03:25.971Z",
66
"type": "object",
77
"title": "Front Matter - data file",
88
"properties": {

public/config/data.folders.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/data.folders.schema.json",
44
"description": "Defines the settings for Front Matter data folder",
5-
"lastModified": "2024-06-28T10:11:20.574Z",
5+
"lastModified": "2024-07-03T10:03:25.971Z",
66
"type": "object",
77
"title": "Front Matter - data folder",
88
"properties": {

public/config/data.types.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/data.types.schema.json",
44
"description": "Defines the settings for Front Matter data type",
5-
"lastModified": "2024-06-28T10:11:20.574Z",
5+
"lastModified": "2024-07-03T10:03:25.971Z",
66
"type": "object",
77
"title": "Front Matter - data type",
88
"properties": {

public/config/media.contenttypes.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/media.contenttypes.schema.json",
44
"description": "Defines the settings for Front Matter content type",
5-
"lastModified": "2024-06-28T10:11:20.574Z",
5+
"lastModified": "2024-07-03T10:03:25.970Z",
66
"type": "object",
77
"title": "Front Matter - content type",
88
"properties": {

public/config/taxonomy.contenttypes.schema.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/taxonomy.contenttypes.schema.json",
44
"description": "Defines the settings for Front Matter content type",
5-
"lastModified": "2024-06-28T10:11:20.573Z",
5+
"lastModified": "2024-07-03T10:03:25.970Z",
66
"type": "object",
77
"title": "Front Matter - content type",
88
"properties": {
@@ -335,8 +335,12 @@
335335
}
336336
}
337337
},
338-
"action": {
339-
"$ref": "https://beta.frontmatter.codes/config/custom.scripts.schema.json#/properties"
338+
"actions": {
339+
"type": "array",
340+
"description": "Specify the field custom actions",
341+
"items": {
342+
"$ref": "https://beta.frontmatter.codes/config/custom.scripts.schema.json#/properties"
343+
}
340344
}
341345
},
342346
"additionalProperties": false,

public/config/taxonomy.fieldgroups.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/taxonomy.fieldgroups.schema.json",
44
"description": "Defines the settings for Front Matter field groups",
5-
"lastModified": "2024-06-28T10:11:20.573Z",
5+
"lastModified": "2024-07-03T10:03:25.970Z",
66
"type": "object",
77
"title": "Front Matter - field groups",
88
"properties": {

0 commit comments

Comments
 (0)