zZzzZ.
home2
/
zrzvbdry
/
public_html
/
wp-content
/
plugins
/
woolentor-addons-pro
/
blocks
/
my-account-address
New Folder
Editing: block.json
Save
Cancel
{ "name": "woolentor/my-account-address", "category": "woolentor-myaccount", "title": "WL: My Account Address", "description": "Display My Account Address.", "keywords": [ "woolentor", "My Account", "Account", "Account address", "Address" ], "supports": { "align": [ "wide", "full" ] }, "attributes": { "blockUniqId": { "type": "string", "default": "" }, "areaPadding": { "type": "object", "default": { "device": "desktop" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} { padding: {{areaPadding}} !important; }" } }, "areaMargin": { "type": "object", "default": { "device": "desktop" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} { margin: {{areaMargin}} !important; }" } }, "areaBGProperty": { "type": "object", "default": { "imageId": null, "imageUrl": "", "position": "", "attachment": "", "repeat": "", "size": "" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}}" } }, "topContentColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .my-accouunt-form-edit-address p { color: {{topContentColor}}; }" } }, "topContentSize": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .my-accouunt-form-edit-address p { font-size: {{topContentSize}}; }" } }, "topContentMargin": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .my-accouunt-form-edit-address p { margin: {{topContentMargin}}; }" } }, "headingColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woocommerce-Address-title h3 { color: {{headingColor}}; }" } }, "headingLinkColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woocommerce-Address-title a { color: {{headingLinkColor}}; }" } }, "headingLinkHoverColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woocommerce-Address-title a:hover { color: {{headingLinkHoverColor}}; }" } }, "headingSize": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woocommerce-Address-title h3 { font-size: {{headingSize}}; }" } }, "headingMargin": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woocommerce-Address-title h3 { margin: {{headingMargin}}; }" } }, "headingPadding": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woocommerce-Address-title { padding: {{headingPadding}}; }" } }, "headingBGColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woocommerce-Address-title { background-color: {{headingBGColor}} !important; }" } }, "addressColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} address { color: {{addressColor}}; }" } }, "addressBGColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} address { background-color: {{addressBGColor}}; }" } }, "addressFontSize": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} address { font-size: {{addressFontSize}}; }" } }, "addressPadding": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} address { padding: {{addressPadding}}; }" } }, "addressAlignment": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} address { text-align: {{addressAlignment}}; }" } } } }