Angelegt "Elektronische Abrechnung"
This commit is contained in:
parent
e047c4d2df
commit
07171c38d6
9 changed files with 209 additions and 7 deletions
24
.vscode/verua-snippets.code-snippets
vendored
24
.vscode/verua-snippets.code-snippets
vendored
|
|
@ -33,7 +33,7 @@
|
|||
"{{% slide image=\"$1\" ${2:title=\"$3 \"} %}}",
|
||||
"{{% /slider %}}",
|
||||
],
|
||||
"description": "Insert Shortcode Columns"
|
||||
"description": "Insert Shortcode Slider"
|
||||
},
|
||||
"Insert Shortcode AclignCenter": {
|
||||
"scope": "markdown, md",
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"$1",
|
||||
"{{% /aligncenter %}}",
|
||||
],
|
||||
"description": "Insert Shortcode Columns"
|
||||
"description": "Insert Shortcode AlignCenter"
|
||||
},
|
||||
"Insert Shortcode Section": {
|
||||
"scope": "markdown, md",
|
||||
|
|
@ -53,6 +53,24 @@
|
|||
"$1",
|
||||
"{{% /section %}}",
|
||||
],
|
||||
"description": "Insert Shortcode Columns"
|
||||
"description": "Insert Shortcode Section"
|
||||
},
|
||||
"Insert Shortcode card": {
|
||||
"scope": "markdown, md",
|
||||
"prefix": "card",
|
||||
"body": [
|
||||
"{{% card %}}",
|
||||
"$1",
|
||||
"{{% /card %}}",
|
||||
],
|
||||
"description": "Insert Shortcode Card"
|
||||
},
|
||||
"Insert Shortcode icon": {
|
||||
"scope": "markdown, md",
|
||||
"prefix": "icon",
|
||||
"body": [
|
||||
"{{% icon name=\"$1\" %}}",
|
||||
],
|
||||
"description": "Insert Shortcode Icon"
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue