mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
frontmatter: support VSCode Front Matter extension #481
This commit is contained in:
parent
0e0b3bb2fb
commit
bbd322bbf8
10 changed files with 1126 additions and 2 deletions
1
.frontmatter/content/mediaDb.json
Normal file
1
.frontmatter/content/mediaDb.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
|
@ -17,6 +17,7 @@ The Relearn theme is a fork of the great [Learn theme](https://github.com/matcor
|
||||||
- Looks nice on paper (if you have to)
|
- Looks nice on paper (if you have to)
|
||||||
- Usable offline, no external dependencies
|
- Usable offline, no external dependencies
|
||||||
- [Usable from your local file system via `file://` protocol](https://mcshelby.github.io/hugo-theme-relearn/basics/configuration#serving-your-page-from-the-filesystem)
|
- [Usable from your local file system via `file://` protocol](https://mcshelby.github.io/hugo-theme-relearn/basics/configuration#serving-your-page-from-the-filesystem)
|
||||||
|
- Support for the [VSCode Front Matter extension](https://github.com/estruyf/vscode-front-matter) for on-premise CMS capabilities
|
||||||
- Support for Internet Explorer 11
|
- Support for Internet Explorer 11
|
||||||
- **Configurable theming and visuals**
|
- **Configurable theming and visuals**
|
||||||
- [Configurable brand images](https://mcshelby.github.io/hugo-theme-relearn/basics/customization#change-the-logo)
|
- [Configurable brand images](https://mcshelby.github.io/hugo-theme-relearn/basics/customization#change-the-logo)
|
||||||
|
|
|
@ -20,6 +20,7 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo
|
||||||
- Looks nice on paper (if you have to)
|
- Looks nice on paper (if you have to)
|
||||||
- Usable offline, no external dependencies
|
- Usable offline, no external dependencies
|
||||||
- [Usable from your local file system via `file://` protocol]({{%relref "basics/configuration#serving-your-page-from-the-filesystem" %}})
|
- [Usable from your local file system via `file://` protocol]({{%relref "basics/configuration#serving-your-page-from-the-filesystem" %}})
|
||||||
|
- Support for the [VSCode Front Matter extension](https://github.com/estruyf/vscode-front-matter) for on-premise CMS capabilities
|
||||||
- Support for Internet Explorer 11
|
- Support for Internet Explorer 11
|
||||||
- **Configurable theming and visuals**
|
- **Configurable theming and visuals**
|
||||||
- [Configurable brand images]({{%relref "basics/customization#change-the-logo" %}})
|
- [Configurable brand images]({{%relref "basics/customization#change-the-logo" %}})
|
||||||
|
|
|
@ -20,6 +20,20 @@ This document shows you what's new in the latest release. For a detailed list of
|
||||||
|
|
||||||
## 5.12.0 (not yet released)
|
## 5.12.0 (not yet released)
|
||||||
|
|
||||||
|
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for the great [VSCode Front Matter extension](https://github.com/estruyf/vscode-front-matter) which provides on-premise CMS capabilties to Hugo.
|
||||||
|
|
||||||
|
The theme provides Front Matter snippets for its shortcodes. Currently only English and German is supported. Put a reference into your `frontmatter.json` like this
|
||||||
|
|
||||||
|
````json
|
||||||
|
{
|
||||||
|
...
|
||||||
|
"frontMatter.extends": [
|
||||||
|
"./vscode-frontmatter/snippets.en.json"
|
||||||
|
]
|
||||||
|
...
|
||||||
|
}
|
||||||
|
````
|
||||||
|
|
||||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic) is now complete and extended to the menu, the top navigation bar and print. You can experience this in the [pirate translation]({{%relref path="basics/migration" lang="pir" %}}). This feature is not available in Internet Explorer 11.
|
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic) is now complete and extended to the menu, the top navigation bar and print. You can experience this in the [pirate translation]({{%relref path="basics/migration" lang="pir" %}}). This feature is not available in Internet Explorer 11.
|
||||||
|
|
||||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The scrollbars are now colored according to their variant color scheme to better fit into the visuals.
|
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The scrollbars are now colored according to their variant color scheme to better fit into the visuals.
|
||||||
|
@ -33,7 +47,7 @@ This document shows you what's new in the latest release. For a detailed list of
|
||||||
In case you made changes to the theme that are dependend on this library you can place a copy of jQuery into your `static/js` directory and load it from your own `layouts/partials/custom-header.html` like this:
|
In case you made changes to the theme that are dependend on this library you can place a copy of jQuery into your `static/js` directory and load it from your own `layouts/partials/custom-header.html` like this:
|
||||||
|
|
||||||
````html
|
````html
|
||||||
<script src="{{"js/jquery.min.js"| relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" defer></script>
|
<script src="{{"js/jquery.min.js"| relURL}}" defer></script>
|
||||||
````
|
````
|
||||||
|
|
||||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} [Mermaid]({{% relref "shortcodes/mermaid#parameter" %}}) diagrams can now be configured for pan and zoom on site-, page-level or individually for each graph.
|
- {{% badge style="note" title=" " %}}Change{{% /badge %}} [Mermaid]({{% relref "shortcodes/mermaid#parameter" %}}) diagrams can now be configured for pan and zoom on site-, page-level or individually for each graph.
|
||||||
|
|
85
frontmatter.json
Normal file
85
frontmatter.json
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
|
||||||
|
"frontMatter.content.defaultSorting": "LastModifiedAsc",
|
||||||
|
"frontMatter.content.hideFm": false,
|
||||||
|
"frontMatter.content.pageFolders": [
|
||||||
|
{
|
||||||
|
"contentTypes": [
|
||||||
|
"default"
|
||||||
|
],
|
||||||
|
"path": "[[workspace]]/exampleSite/content",
|
||||||
|
"title": "Docs"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter.content.publicFolder": "static",
|
||||||
|
"frontMatter.experimental": true,
|
||||||
|
"frontMatter.extends": [
|
||||||
|
"./vscode-frontmatter/snippets.en.json"
|
||||||
|
],
|
||||||
|
"frontMatter.framework.id": "hugo",
|
||||||
|
"frontMatter.framework.startCommand": ".\\exampleSite\\hugo.exe server -p 1313 --bind 0.0.0.0 --navigateToChanged -s .\\exampleSite",
|
||||||
|
"frontMatter.git.commitMesage": "docs: changes via Front Matter editor",
|
||||||
|
"frontMatter.git.enabled": true,
|
||||||
|
"frontMatter.global.activeMode": "Editor",
|
||||||
|
"frontMatter.global.modes": [
|
||||||
|
{
|
||||||
|
"id": "Power",
|
||||||
|
"features": [
|
||||||
|
"dashboard.data.view",
|
||||||
|
"dashboard.snippets.manage",
|
||||||
|
"dashboard.snippets.view",
|
||||||
|
"dashboard.taxonomy.view",
|
||||||
|
"panel.actions",
|
||||||
|
"panel.contentType",
|
||||||
|
"panel.globalSettings",
|
||||||
|
"panel.metadata",
|
||||||
|
"panel.otherActions",
|
||||||
|
"panel.recentlyModified",
|
||||||
|
"panel.seo"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Editor",
|
||||||
|
"features": [
|
||||||
|
"dashboard.snippets.view",
|
||||||
|
"dashboard.taxonomy.view",
|
||||||
|
"panel.actions",
|
||||||
|
"panel.metadata"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter.preview.host": "http://localhost:1313",
|
||||||
|
"frontMatter.preview.pathName": "{{pathToken.relPath}}/",
|
||||||
|
"frontMatter.taxonomy.categories": [],
|
||||||
|
"frontMatter.taxonomy.contentTypes": [
|
||||||
|
{
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "title",
|
||||||
|
"title": "Titel",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": " ",
|
||||||
|
"name": "description",
|
||||||
|
"title": "Description",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "weight",
|
||||||
|
"title": "Weight",
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "toc",
|
||||||
|
"title": "Create TOC",
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "default",
|
||||||
|
"pageBundle": true,
|
||||||
|
"previewPath": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frontMatter.taxonomy.frontMatterType": "TOML"
|
||||||
|
}
|
23
hugo-theme-relearn.code-workspace
Normal file
23
hugo-theme-relearn.code-workspace
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"extensions": {
|
||||||
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
||||||
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
||||||
|
|
||||||
|
// List of extensions which should be recommended for users of this workspace.
|
||||||
|
"recommendations": [
|
||||||
|
"eliostruyf.vscode-front-matter"
|
||||||
|
],
|
||||||
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
||||||
|
"unwantedRecommendations": [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"explorer.excludeGitIgnore": true,
|
||||||
|
"terminal.integrated.defaultProfile.windows": "Command Prompt"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1709,6 +1709,7 @@ html[dir] #sidebar .collapsible-menu input.toggle:checked:before {
|
||||||
/* avoid breakage if no content is given */
|
/* avoid breakage if no content is given */
|
||||||
content: "\200b";
|
content: "\200b";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* task list and its checkboxes */
|
/* task list and its checkboxes */
|
||||||
article ul li:has(input[type="checkbox"]) {
|
article ul li:has(input[type="checkbox"]) {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
|
@ -9,7 +9,7 @@ features = ["badges", "breadcrumbs", "boxes", "buttons",
|
||||||
"chemical formulae", "customizable", "color variants",
|
"chemical formulae", "customizable", "color variants",
|
||||||
"dark", "dark mode", "docs", "documentation",
|
"dark", "dark mode", "docs", "documentation",
|
||||||
"expand",
|
"expand",
|
||||||
"favicon", "file inclusion", "file system support", "font awesome",
|
"favicon", "file inclusion", "file system support", "font awesome", "front matter cms",
|
||||||
"gfm",
|
"gfm",
|
||||||
"hidden pages",
|
"hidden pages",
|
||||||
"i18n", "icons", "ie11", "image resizing", "include", "internet explorer",
|
"i18n", "icons", "ie11", "image resizing", "include", "internet explorer",
|
||||||
|
|
499
vscode-frontmatter/snippets.de.json
Normal file
499
vscode-frontmatter/snippets.de.json
Normal file
|
@ -0,0 +1,499 @@
|
||||||
|
{
|
||||||
|
"frontMatter.content.snippets": {
|
||||||
|
"Attachments": {
|
||||||
|
"body": [
|
||||||
|
"{{< attachments title=\"[[&title]]\" pattern=\"[[&pattern]]\" sort=\"[[&sort]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" />}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt eine Liste der Dateianhänge der Seite an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "title",
|
||||||
|
"title": "Titel",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "pattern",
|
||||||
|
"title": "Regex zum Filtern der Dateinamen",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"asc",
|
||||||
|
"desc"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "sort",
|
||||||
|
"title": "Ausgabereihenfolge",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"info",
|
||||||
|
"note",
|
||||||
|
"tip",
|
||||||
|
"warning",
|
||||||
|
"primary",
|
||||||
|
"secondary",
|
||||||
|
"accent",
|
||||||
|
"blue",
|
||||||
|
"green",
|
||||||
|
"gray",
|
||||||
|
"orange",
|
||||||
|
"red",
|
||||||
|
"default",
|
||||||
|
"transparent"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Stil-Schema",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "color",
|
||||||
|
"title": "CSS-Farbwert",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome Icon",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Badge": {
|
||||||
|
"body": [
|
||||||
|
"{{< badge title=\"[[&title]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" >}}[[&content]]{{< /badge >}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt einen kleinen Marker im Text an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Text",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "title",
|
||||||
|
"title": "Titel",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"info",
|
||||||
|
"note",
|
||||||
|
"tip",
|
||||||
|
"warning",
|
||||||
|
"primary",
|
||||||
|
"secondary",
|
||||||
|
"accent",
|
||||||
|
"blue",
|
||||||
|
"green",
|
||||||
|
"gray",
|
||||||
|
"orange",
|
||||||
|
"red",
|
||||||
|
"default",
|
||||||
|
"transparent"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Stil-Schema",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "color",
|
||||||
|
"title": "CSS-Farbwert",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome Icon",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Button": {
|
||||||
|
"body": [
|
||||||
|
"{{< button href=\"[[&href]]\" target=\"[[&target]]\" type=\"[[&type]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" iconposition=\"[[&iconposition]]\" >}}[[&content]]{{< /button >}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt eine anklickbare Schaltfläche an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Text",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "href",
|
||||||
|
"title": "Ziel-URL",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "target",
|
||||||
|
"title": "HTML a[target] wie z.B. `_self` oder `_blank`",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "type",
|
||||||
|
"title": "HTML button[type] wie z.B. `button` oder `submit`",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"info",
|
||||||
|
"note",
|
||||||
|
"tip",
|
||||||
|
"warning",
|
||||||
|
"primary",
|
||||||
|
"secondary",
|
||||||
|
"accent",
|
||||||
|
"blue",
|
||||||
|
"green",
|
||||||
|
"gray",
|
||||||
|
"orange",
|
||||||
|
"red",
|
||||||
|
"default",
|
||||||
|
"transparent"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Stil-Schema",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "color",
|
||||||
|
"title": "CSS-Farbwert",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome Icon",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"left",
|
||||||
|
"right"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "iconposition",
|
||||||
|
"title": "Position des Icons",
|
||||||
|
"type": "choice"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Children": {
|
||||||
|
"body": [
|
||||||
|
"{{< children description=\"[[&description]]\" depth=\"[[&depth]]\" sort=\"[[&sort]]\" showhidden=\"[[&showhidden]]\" containerstyle=\"[[&containerstyle]]\" style=\"[[&style]]\" >}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt eine Liste der Unterseiten dieser Seite an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"false",
|
||||||
|
"true"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "description",
|
||||||
|
"title": "Unterseiten-Beschreibung anzeigen",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "depth",
|
||||||
|
"title": "Tiefe der anzuzeigenden Unterseiten-Ebenen",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "sort",
|
||||||
|
"title": "Sortierfeld",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"false",
|
||||||
|
"true"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "showhidden",
|
||||||
|
"title": "Versteckte Unterseiten anzeigen",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "containerstyle",
|
||||||
|
"title": "Container-HTML-Element",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Container-Kind-HTML-Element",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Expand": {
|
||||||
|
"body": [
|
||||||
|
"{{% expand title=\"[[&title]]\" open=\"[[&open]]\" %}}[[&content]]{{% /expand %}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt einen ein-/ausklappbaren Textblock an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Text",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Icon": {
|
||||||
|
"body": [
|
||||||
|
"{{< icon [[&icon]] >}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt ein Font Awesome Icon an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome Icon",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Include": {
|
||||||
|
"body": [
|
||||||
|
"{{< include file=\"[[&file]]\" hidefirstheading=\"[[&hidefirstheading]]\" >}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt den Inhalt einer Datei an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "file",
|
||||||
|
"title": "Pfad zur Datei",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"false",
|
||||||
|
"true"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "hidefirstheading",
|
||||||
|
"title": "Erste Überschrift verstecken",
|
||||||
|
"type": "choice"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Math": {
|
||||||
|
"body": [
|
||||||
|
"````math align=\"[[&align]]\"",
|
||||||
|
"[[&content]]",
|
||||||
|
"````"
|
||||||
|
],
|
||||||
|
"description": "Zeigt eine mathematische oder chemische Formel mittels MathJax an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Formel",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"left",
|
||||||
|
"center",
|
||||||
|
"right"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "align",
|
||||||
|
"title": "Horizontale Ausrichtung",
|
||||||
|
"type": "choice"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Mermaid": {
|
||||||
|
"body": [
|
||||||
|
"````mermaid align=\"[[&align]]\" zoom=\"[[&zoom]]\"",
|
||||||
|
"[[&content]]",
|
||||||
|
"````"
|
||||||
|
],
|
||||||
|
"description": "Zeigt ein Mermaid Diagramm an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Diagramm",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"left",
|
||||||
|
"center",
|
||||||
|
"right"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "align",
|
||||||
|
"title": "Horizontale Ausrichtung",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"false",
|
||||||
|
"true"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "zoom",
|
||||||
|
"title": "Diagramm schieb- und zoombar",
|
||||||
|
"type": "choice"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Notice": {
|
||||||
|
"body": [
|
||||||
|
"{{% notice title=\"[[&title]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" %}}[[&content]]{{% /notice %}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt eine konfigurierbare Text-Box an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Text",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "title",
|
||||||
|
"title": "Titel",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"info",
|
||||||
|
"note",
|
||||||
|
"tip",
|
||||||
|
"warning",
|
||||||
|
"primary",
|
||||||
|
"secondary",
|
||||||
|
"accent",
|
||||||
|
"blue",
|
||||||
|
"green",
|
||||||
|
"gray",
|
||||||
|
"orange",
|
||||||
|
"red",
|
||||||
|
"default",
|
||||||
|
"transparent"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Stil-Schema",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "color",
|
||||||
|
"title": "CSS-Farbwert",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome Icon",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Siteparam": {
|
||||||
|
"body": [
|
||||||
|
"{{< siteparam [[&name]] >}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt einen \"site parameter\" an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "name",
|
||||||
|
"title": "Name des \"site parameter\"",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Swagger": {
|
||||||
|
"body": [
|
||||||
|
"{{< swagger src=\"[[&src]]\" >}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt eine Swagger / Open API Specification an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "src",
|
||||||
|
"title": "URL zur Open API Specification",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Tabs": {
|
||||||
|
"body": [
|
||||||
|
"{{< tabs groupid=\"[[&groupid]]\" >}}",
|
||||||
|
"{{% tab name=\"[[&name1]]\" %}}",
|
||||||
|
"[[&content1]]",
|
||||||
|
"{{% /tab %}}",
|
||||||
|
"{{% tab name=\"[[&name2]]\" %}}",
|
||||||
|
"[[&content2]]",
|
||||||
|
"{{% /tab %}}",
|
||||||
|
"{{< /tabs >}}"
|
||||||
|
],
|
||||||
|
"description": "Zeigt eine Tabgruppe an",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "groupid",
|
||||||
|
"title": "ID, die zum synchronisieren der Tabauswahl über mehrere Tabs Snippets benutzt werden soll",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "name1",
|
||||||
|
"title": "Titel des ersten Tabs",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content1",
|
||||||
|
"title": "Text des ersten Tabs",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "name2",
|
||||||
|
"title": "Titel des zweiten Tabs",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "content2",
|
||||||
|
"title": "Text des zweiten Tabs",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
499
vscode-frontmatter/snippets.en.json
Normal file
499
vscode-frontmatter/snippets.en.json
Normal file
|
@ -0,0 +1,499 @@
|
||||||
|
{
|
||||||
|
"frontMatter.content.snippets": {
|
||||||
|
"Attachments": {
|
||||||
|
"body": [
|
||||||
|
"{{< attachments title=\"[[&title]]\" pattern=\"[[&pattern]]\" sort=\"[[&sort]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" />}}"
|
||||||
|
],
|
||||||
|
"description": "Displays a list of files attached to the page",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "title",
|
||||||
|
"title": "Title",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "pattern",
|
||||||
|
"title": "Regex for filtering file names",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"asc",
|
||||||
|
"desc"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "sort",
|
||||||
|
"title": "Sorting order",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"info",
|
||||||
|
"note",
|
||||||
|
"tip",
|
||||||
|
"warning",
|
||||||
|
"primary",
|
||||||
|
"secondary",
|
||||||
|
"accent",
|
||||||
|
"blue",
|
||||||
|
"green",
|
||||||
|
"gray",
|
||||||
|
"orange",
|
||||||
|
"red",
|
||||||
|
"default",
|
||||||
|
"transparent"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Style scheme",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "color",
|
||||||
|
"title": "CSS color value",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome icon",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Badge": {
|
||||||
|
"body": [
|
||||||
|
"{{< badge title=\"[[&title]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" >}}[[&content]]{{< /badge >}}"
|
||||||
|
],
|
||||||
|
"description": "Displays a little marker in the text",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Text",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "title",
|
||||||
|
"title": "Title",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"info",
|
||||||
|
"note",
|
||||||
|
"tip",
|
||||||
|
"warning",
|
||||||
|
"primary",
|
||||||
|
"secondary",
|
||||||
|
"accent",
|
||||||
|
"blue",
|
||||||
|
"green",
|
||||||
|
"gray",
|
||||||
|
"orange",
|
||||||
|
"red",
|
||||||
|
"default",
|
||||||
|
"transparent"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Style scheme",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "color",
|
||||||
|
"title": "CSS color value",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome icon",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Button": {
|
||||||
|
"body": [
|
||||||
|
"{{< button href=\"[[&href]]\" target=\"[[&target]]\" type=\"[[&type]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" iconposition=\"[[&iconposition]]\" >}}[[&content]]{{< /button >}}"
|
||||||
|
],
|
||||||
|
"description": "Displays a clickable button",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Text",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "href",
|
||||||
|
"title": "Destination URL",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "target",
|
||||||
|
"title": "HTML a[target] like eg. `_self` or `_blank`",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "type",
|
||||||
|
"title": "HTML button[type] like eg. `button` or `submit`",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"info",
|
||||||
|
"note",
|
||||||
|
"tip",
|
||||||
|
"warning",
|
||||||
|
"primary",
|
||||||
|
"secondary",
|
||||||
|
"accent",
|
||||||
|
"blue",
|
||||||
|
"green",
|
||||||
|
"gray",
|
||||||
|
"orange",
|
||||||
|
"red",
|
||||||
|
"default",
|
||||||
|
"transparent"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Style scheme",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "color",
|
||||||
|
"title": "CSS color value",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome icon",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"left",
|
||||||
|
"right"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "iconposition",
|
||||||
|
"title": "Position of the icon",
|
||||||
|
"type": "choice"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Children": {
|
||||||
|
"body": [
|
||||||
|
"{{< children description=\"[[&description]]\" depth=\"[[&depth]]\" sort=\"[[&sort]]\" showhidden=\"[[&showhidden]]\" containerstyle=\"[[&containerstyle]]\" style=\"[[&style]]\" >}}"
|
||||||
|
],
|
||||||
|
"description": "Displays a list of child pages for the page",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"false",
|
||||||
|
"true"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "description",
|
||||||
|
"title": "Show child page description",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "depth",
|
||||||
|
"title": "Depth of child page level to display",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "sort",
|
||||||
|
"title": "Sort predicate",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"false",
|
||||||
|
"true"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "showhidden",
|
||||||
|
"title": "Show hidden child pages",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "containerstyle",
|
||||||
|
"title": "Container HTML element",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Container child HTML element",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Expand": {
|
||||||
|
"body": [
|
||||||
|
"{{% expand title=\"[[&title]]\" open=\"[[&open]]\" %}}[[&content]]{{% /expand %}}"
|
||||||
|
],
|
||||||
|
"description": "Displays an expandable/collapsable section of text",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Text",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Icon": {
|
||||||
|
"body": [
|
||||||
|
"{{< icon [[&icon]] >}}"
|
||||||
|
],
|
||||||
|
"description": "Displays a Font Awesome icon",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome icon",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Include": {
|
||||||
|
"body": [
|
||||||
|
"{{< include file=\"[[&file]]\" hidefirstheading=\"[[&hidefirstheading]]\" >}}"
|
||||||
|
],
|
||||||
|
"description": "Displays the content of another file",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "file",
|
||||||
|
"title": "File path",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"false",
|
||||||
|
"true"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "hidefirstheading",
|
||||||
|
"title": "Hide first heading",
|
||||||
|
"type": "choice"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Math": {
|
||||||
|
"body": [
|
||||||
|
"````math align=\"[[&align]]\"",
|
||||||
|
"[[&content]]",
|
||||||
|
"````"
|
||||||
|
],
|
||||||
|
"description": "Displays a math or chemical formulae using MathJax",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Formulae",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"left",
|
||||||
|
"center",
|
||||||
|
"right"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "align",
|
||||||
|
"title": "Horizontal alignment",
|
||||||
|
"type": "choice"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Mermaid": {
|
||||||
|
"body": [
|
||||||
|
"````mermaid align=\"[[&align]]\" zoom=\"[[&zoom]]\"",
|
||||||
|
"[[&content]]",
|
||||||
|
"````"
|
||||||
|
],
|
||||||
|
"description": "Displays a Mermaid diagram or flowchart",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Diagram",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"left",
|
||||||
|
"center",
|
||||||
|
"right"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "align",
|
||||||
|
"title": "Horizontal alignment",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"false",
|
||||||
|
"true"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "zoom",
|
||||||
|
"title": "Diagram is pan- and zoomable",
|
||||||
|
"type": "choice"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Notice": {
|
||||||
|
"body": [
|
||||||
|
"{{% notice title=\"[[&title]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" %}}[[&content]]{{% /notice %}}"
|
||||||
|
],
|
||||||
|
"description": "Displays a configurable box of text",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content",
|
||||||
|
"title": "Text",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "title",
|
||||||
|
"title": "Title",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"choices": [
|
||||||
|
"",
|
||||||
|
"info",
|
||||||
|
"note",
|
||||||
|
"tip",
|
||||||
|
"warning",
|
||||||
|
"primary",
|
||||||
|
"secondary",
|
||||||
|
"accent",
|
||||||
|
"blue",
|
||||||
|
"green",
|
||||||
|
"gray",
|
||||||
|
"orange",
|
||||||
|
"red",
|
||||||
|
"default",
|
||||||
|
"transparent"
|
||||||
|
],
|
||||||
|
"default": "",
|
||||||
|
"name": "style",
|
||||||
|
"title": "Style scheme",
|
||||||
|
"type": "choice"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "color",
|
||||||
|
"title": "CSS color value",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "icon",
|
||||||
|
"title": "Font Awesome icon",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Siteparam": {
|
||||||
|
"body": [
|
||||||
|
"{{< siteparam [[&name]] >}}"
|
||||||
|
],
|
||||||
|
"description": "Displays the value of a site parameter",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "name",
|
||||||
|
"title": "The name of the site parameter",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Swagger": {
|
||||||
|
"body": [
|
||||||
|
"{{< swagger src=\"[[&src]]\" >}}"
|
||||||
|
],
|
||||||
|
"description": "Displays a Swagger / Open API Specification",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "src",
|
||||||
|
"title": "URL to the Open API Specification",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Tabs": {
|
||||||
|
"body": [
|
||||||
|
"{{< tabs groupid=\"[[&groupid]]\" >}}",
|
||||||
|
"{{% tab name=\"[[&name1]]\" %}}",
|
||||||
|
"[[&content1]]",
|
||||||
|
"{{% /tab %}}",
|
||||||
|
"{{% tab name=\"[[&name2]]\" %}}",
|
||||||
|
"[[&content2]]",
|
||||||
|
"{{% /tab %}}",
|
||||||
|
"{{< /tabs >}}"
|
||||||
|
],
|
||||||
|
"description": "Display a set of tabs",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "groupid",
|
||||||
|
"title": "ID to synchronize the tab selection of multiple Tabs snippets",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "name1",
|
||||||
|
"title": "The title of the first tab",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "FM_SELECTED_TEXT",
|
||||||
|
"name": "content1",
|
||||||
|
"title": "The text for the first tab",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "name2",
|
||||||
|
"title": "The title of the second tab",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "",
|
||||||
|
"name": "content2",
|
||||||
|
"title": "The text for the second tab",
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue