zZzzZ.
home2
/
zrzvbdry
/
public_html
/
wp-content
/
plugins
/
woolentor-addons-pro
/
blocks
/
thankyou-address-details
New Folder
Editing: block.json
Save
Cancel
{ "name": "woolentor/thankyou-address-details", "category": "woolentor-checkout", "title": "WL: Address Details", "description": "Display Customer Address Details.", "keywords": [ "woolentor", "Thank you", "Address", "Customer Address", "Order 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}}" } }, "headingColor": { "type": "string", "style": { "selector": ".woocommerce-page.woocommerce-checkout {{WOOLENTOR_WRAPPER}} .woocommerce-customer-details .woocommerce-column__title { color: {{headingColor}}; }" } }, "headingSize": { "type": "string", "style": { "selector": ".woocommerce-page.woocommerce-checkout {{WOOLENTOR_WRAPPER}} .woocommerce-customer-details .woocommerce-column__title { font-size: {{headingSize}}; }" } }, "headingMargin": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": ".woocommerce-page.woocommerce-checkout {{WOOLENTOR_WRAPPER}} .woocommerce-customer-details .woocommerce-column__title { margin: {{headingMargin}}; }" } }, "headingPadding": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": ".woocommerce-page.woocommerce-checkout {{WOOLENTOR_WRAPPER}} .woocommerce-customer-details .woocommerce-column__title { padding: {{headingPadding}}; }" } }, "headingBGColor": { "type": "string", "style": { "selector": ".woocommerce-page.woocommerce-checkout {{WOOLENTOR_WRAPPER}} .woocommerce-customer-details .woocommerce-column__title { background-color: {{headingBGColor}}!important; }" } }, "headingAlignment": { "type": "string", "style": { "selector": ".woocommerce-page.woocommerce-checkout {{WOOLENTOR_WRAPPER}} .woocommerce-customer-details .woocommerce-column__title { text-align: {{headingAlignment}}; }" } }, "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}}!important; }" } }, "addressAlignment": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} address { text-align: {{addressAlignment}}!important; }" } } } }