summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/snippets/file.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content/snippets/file.json')
-rw-r--r--.frontmatter/config/content/snippets/file.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/.frontmatter/config/content/snippets/file.json b/.frontmatter/config/content/snippets/file.json
index ec06f8c..933891d 100644
--- a/.frontmatter/config/content/snippets/file.json
+++ b/.frontmatter/config/content/snippets/file.json
@@ -1,23 +1,23 @@
{
- "File": {
- "description": "Display Entire Contents of File",
- "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}",
- "isMediaSnippet": false,
- "fields": [
- {
- "name": "File Path",
- "title": "File Path",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "file-collapse-{x}",
- "title": "file-collapse-{x}",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "File",
+ "description": "Display Entire Contents of File",
+ "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}",
+ "isMediaSnippet": false,
+ "fields": [
+ {
+ "name": "File Path",
+ "title": "File Path",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "name": "file-collapse-{x}",
+ "title": "file-collapse-{x}",
+ "type": "string",
+ "single": true,
+ "default": ""
+ }
+ ]
} \ No newline at end of file