Angelegt Seite "Ambulante Pflege", Shortcode "Card"
This commit is contained in:
parent
09795d6003
commit
e047c4d2df
12 changed files with 76 additions and 20 deletions
32
.vscode/verua-snippets.code-snippets
vendored
32
.vscode/verua-snippets.code-snippets
vendored
|
|
@ -16,7 +16,7 @@
|
|||
// "description": "Log output to console"
|
||||
// }
|
||||
"Insert Shortcode Columns": {
|
||||
"scope": "html, markdown, md",
|
||||
"scope": "markdown, md",
|
||||
"prefix": "columns",
|
||||
"body": [
|
||||
"{{% columns %}}",
|
||||
|
|
@ -25,4 +25,34 @@
|
|||
],
|
||||
"description": "Insert Shortcode Columns"
|
||||
},
|
||||
"Insert Shortcode Slider": {
|
||||
"scope": "markdown, md",
|
||||
"prefix": "slider",
|
||||
"body": [
|
||||
"{{% slider %}}",
|
||||
"{{% slide image=\"$1\" ${2:title=\"$3 \"} %}}",
|
||||
"{{% /slider %}}",
|
||||
],
|
||||
"description": "Insert Shortcode Columns"
|
||||
},
|
||||
"Insert Shortcode AclignCenter": {
|
||||
"scope": "markdown, md",
|
||||
"prefix": "AlignCenter",
|
||||
"body": [
|
||||
"{{% aligncenter %}}",
|
||||
"$1",
|
||||
"{{% /aligncenter %}}",
|
||||
],
|
||||
"description": "Insert Shortcode Columns"
|
||||
},
|
||||
"Insert Shortcode Section": {
|
||||
"scope": "markdown, md",
|
||||
"prefix": "section",
|
||||
"body": [
|
||||
"{{% section %}}",
|
||||
"$1",
|
||||
"{{% /section %}}",
|
||||
],
|
||||
"description": "Insert Shortcode Columns"
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue