{ "$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": "" } ] }