File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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" : {
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 }
You can’t perform that action at this time.
0 commit comments