Added lcp-ui.js and changes to blocks

This commit is contained in:
Jeremy Rangel
2024-12-30 17:39:30 -08:00
parent b9e2660318
commit 4b78f9f571
18 changed files with 55007 additions and 107450 deletions

View File

@ -55,17 +55,43 @@
"manualIconSvgPath":{
"type": "string"
},
"buttonHeight":{
"type": "string"
},
"buttonPadding":{
"type": "string",
"default": "10px"
"type": "object",
"default": {
"extraLarge": {
"top": "10px",
"right": "10px",
"bottom": "10px",
"left": "10px"
},
"large": {
"top": "10px",
"right": "10px",
"bottom": "10px",
"left": "10px"
},
"medium": {
"top": "10px",
"right": "10px",
"bottom": "10px",
"left": "10px"
},
"small": {
"top": "10px",
"right": "10px",
"bottom": "10px",
"left": "10px"
}
}
},
"iconHeight": {
"type": "string",
"default": "15px"
"type": "string"
},
"iconWidth": {
"type": "string",
"default": "15px"
"type": "string"
}
},
"textdomain": "lcp",