diff options
Diffstat (limited to '.frontmatter/config/content')
| -rw-r--r-- | .frontmatter/config/content/snippets/docs.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/file.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/link.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/map.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/pdf.json | 1 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/persona.json | 2 |
6 files changed, 6 insertions, 1 deletions
diff --git a/.frontmatter/config/content/snippets/docs.json b/.frontmatter/config/content/snippets/docs.json index c6bc931..6fb7e12 100644 --- a/.frontmatter/config/content/snippets/docs.json +++ b/.frontmatter/config/content/snippets/docs.json @@ -2,6 +2,7 @@ "Docs": { "description": "Show Contents of Toml", "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}", + "isMediaSnippet": false, "fields": [ { "name": "Section", diff --git a/.frontmatter/config/content/snippets/file.json b/.frontmatter/config/content/snippets/file.json index 4c511b5..ec06f8c 100644 --- a/.frontmatter/config/content/snippets/file.json +++ b/.frontmatter/config/content/snippets/file.json @@ -2,6 +2,7 @@ "File": { "description": "Display Entire Contents of File", "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}", + "isMediaSnippet": false, "fields": [ { "name": "File Path", diff --git a/.frontmatter/config/content/snippets/link.json b/.frontmatter/config/content/snippets/link.json index 4b145ef..feb12d5 100644 --- a/.frontmatter/config/content/snippets/link.json +++ b/.frontmatter/config/content/snippets/link.json @@ -2,6 +2,7 @@ "Link": { "description": "Managed Link Insertion", "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}", + "isMediaSnippet": false, "fields": [ { "name": "Title", diff --git a/.frontmatter/config/content/snippets/map.json b/.frontmatter/config/content/snippets/map.json index 83a7682..2d4fb14 100644 --- a/.frontmatter/config/content/snippets/map.json +++ b/.frontmatter/config/content/snippets/map.json @@ -2,6 +2,7 @@ "Map": { "description": "Inject a Map", "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}", + "isMediaSnippet": false, "fields": [ { "name": "Latitude", diff --git a/.frontmatter/config/content/snippets/pdf.json b/.frontmatter/config/content/snippets/pdf.json index a12f67d..2d855d2 100644 --- a/.frontmatter/config/content/snippets/pdf.json +++ b/.frontmatter/config/content/snippets/pdf.json @@ -2,6 +2,7 @@ "embed pdf": { "description": "Embeds a pdf file into page using html5 tag \"embed\".", "body": "<embed src=\"[[ PDF File ]]\" type=\"application/pdf\" width=\"100%\" height=\"100%\" />", + "isMediaSnippet": false, "fields": [ { "name": "PDF File", diff --git a/.frontmatter/config/content/snippets/persona.json b/.frontmatter/config/content/snippets/persona.json index 7d7bd78..a06c16c 100644 --- a/.frontmatter/config/content/snippets/persona.json +++ b/.frontmatter/config/content/snippets/persona.json @@ -2,7 +2,7 @@ "Persona": { "description": "Profile Card", "body": "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}", - "isMediaSnippet": true, + "isMediaSnippet": false, "fields": [ { "name": "Thumbnail", |
