diff options
Diffstat (limited to '.frontmatter/config/content/snippets/docs.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/docs.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/.frontmatter/config/content/snippets/docs.json b/.frontmatter/config/content/snippets/docs.json index 6fb7e12..3c0f0b5 100644 --- a/.frontmatter/config/content/snippets/docs.json +++ b/.frontmatter/config/content/snippets/docs.json @@ -1,30 +1,30 @@ { - "Docs": { - "description": "Show Contents of Toml", - "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}", - "isMediaSnippet": false, - "fields": [ - { - "name": "Section", - "title": "Section", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "File Path", - "title": "File Path", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "docs-collapse-{X}", - "title": "docs-collapse-{X}", - "type": "string", - "single": true, - "default": "" - } - ] - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Docs", + "description": "Show Contents of Toml", + "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}", + "isMediaSnippet": false, + "fields": [ + { + "name": "Section", + "title": "Section", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "File Path", + "title": "File Path", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "docs-collapse-{X}", + "title": "docs-collapse-{X}", + "type": "string", + "single": true, + "default": "" + } + ] }
\ No newline at end of file |
