Angelegt Seite "Ambulante Pflege", Shortcode "Card"

This commit is contained in:
Andreas Hnida 2024-02-20 13:51:18 +00:00
commit e047c4d2df
12 changed files with 76 additions and 20 deletions

View file

@ -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"
},
}