mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 02:40:24 +00:00
resources: deprecate attachments shortcode in frontmatter CMS config #22
This commit is contained in:
parent
ff36532d74
commit
93578d810d
2 changed files with 134 additions and 134 deletions
|
@ -1,72 +1,5 @@
|
|||
{
|
||||
"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",
|
||||
"code"
|
||||
],
|
||||
"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 %}}"
|
||||
|
@ -532,6 +465,73 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"Resources": {
|
||||
"body": [
|
||||
"{{% resources title=\"[[&title]]\" pattern=\"[[&pattern]]\" sort=\"[[&sort]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" /%}}"
|
||||
],
|
||||
"description": "Zeigt eine Liste von Resourcen eines Page Bundles 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",
|
||||
"code"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Site Param": {
|
||||
"body": [
|
||||
"{{% siteparam name=\"[[&name]]\" %}}"
|
||||
|
|
|
@ -1,72 +1,5 @@
|
|||
{
|
||||
"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",
|
||||
"code"
|
||||
],
|
||||
"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 %}}"
|
||||
|
@ -532,6 +465,73 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"Resources": {
|
||||
"body": [
|
||||
"{{% resources title=\"[[&title]]\" pattern=\"[[&pattern]]\" sort=\"[[&sort]]\" style=\"[[&style]]\" color=\"[[&color]]\" icon=\"[[&icon]]\" /%}}"
|
||||
],
|
||||
"description": "Displays a list of resources contained in a page bundle",
|
||||
"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",
|
||||
"code"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Site Param": {
|
||||
"body": [
|
||||
"{{% siteparam name=\"[[&name]]\" %}}"
|
||||
|
|
Loading…
Reference in a new issue