Empty Frame snippet for Sitemap (#273)

Add snippet with empty Frame with label and icon as an option to sitemap
pull/275/head
Gleb 2021-05-24 22:36:27 +03:00 committed by GitHub
parent fdd7b7b092
commit af330ed8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -12,5 +12,14 @@
"}"
],
"description": "Create a openHAB sitemap"
}
}
},
"Add new empty Frame": {
"prefix": "frame",
"body": [
"Frame label=\"$1\" ${2|\u200B,icon=\"\" |}{",
"\t $3",
"}"],
"description": "Add new frame with label and optional icon"
}
}