Skip to content

Commit 8cd5628

Browse files
committed
Descriptions
1 parent 42d5f35 commit 8cd5628

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"properties": {
4444
"polacode.shadow": {
4545
"type": "string",
46-
"description": "Shadow of the snippet node",
46+
"description": "Shadow of the snippet node. Use any value for CSS `box-shadow`",
4747
"default": "rgba(0, 0, 0, 0.55) 0px 20px 68px"
4848
},
4949
"polacode.background": {
5050
"type": "string",
51-
"description": "Background of the container node",
51+
"description": "Background of the container node. Use any value for CSS `background`",
5252
"default": "rgba(242, 242, 242, 1)"
5353
},
5454
"polacode.target": {
@@ -58,6 +58,10 @@
5858
"enum": [
5959
"container",
6060
"snippet"
61+
],
62+
"enumDescriptions": [
63+
"Shoot with the container. You can set `background` to transparent to retain padding.",
64+
"Shoow with the snippet alone."
6165
]
6266
}
6367
}

0 commit comments

Comments
 (0)