zZzzZ.
home2
/
zrzvbdry
/
public_html
/
wp-content
/
plugins
/
woolentor-addons-pro
/
blocks
/
my-account-lost-password
New Folder
Editing: block.json
Save
Cancel
{ "name": "woolentor/my-account-lost-password", "category": "woolentor-myaccount", "title": "WL: My Account Lost Password Form", "description": "Display My Account Lost Password Form.", "keywords": [ "woolentor", "My Account Lost", "Lost Password", "Account Lost", "Password Lost", "Password" ], "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}}" } }, "emailBoxLabel": { "type": "string" }, "resetButtonLabel": { "type": "string" }, "formAreaBorderType": { "type": "string", "default": "", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword { border-style: {{formAreaBorderType}} !important; }" } }, "formAreaBorderWidth": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "dependency": [ [ { "key": "formAreaBorderType", "condition": "!=", "value": "" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword { border-width: {{formAreaBorderWidth}} !important; }" } }, "formAreaBorderColor": { "type": "string", "style": { "dependency": [ [ { "key": "formAreaBorderType", "condition": "!=", "value": "" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword { border-color: {{formAreaBorderColor}} !important; }" } }, "formAreaBorderRadius": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword { border-radius: {{formAreaBorderRadius}} !important; }" } }, "formAreaMargin": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword { margin: {{formAreaMargin}}; }" } }, "formAreaPadding": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword { padding: {{formAreaPadding}}; }" } }, "labelColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword .form-row label { color: {{labelColor}}; }" } }, "labelSize": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword .form-row label { font-size: {{labelSize}}; }" } }, "labelAlignment": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword .form-row label { text-align: {{labelAlignment}}; }" } }, "labelMargin": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword .form-row label { margin: {{labelMargin}}; }" } }, "inputBoxBGColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword input.input-text { background-color: {{inputBoxBGColor}}; }" } }, "inputBoxColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword input.input-text { color: {{inputBoxColor}}; }" } }, "inputBoxSize": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword input.input-text { font-size: {{inputBoxSize}}; }" } }, "inputBoxHeight": { "type": "number", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword input.input-text { height: {{inputBoxHeight}}px; }" } }, "inputBoxBorderType": { "type": "string", "default": "", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword input.input-text { border-style: {{inputBoxBorderType}}; }" } }, "inputBoxBorderWidth": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "dependency": [ [ { "key": "inputBoxBorderType", "condition": "!=", "value": "" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword input.input-text { border-width: {{inputBoxBorderWidth}}; }" } }, "inputBoxBorderColor": { "type": "string", "style": { "dependency": [ [ { "key": "inputBoxBorderType", "condition": "!=", "value": "" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword input.input-text { border-color: {{inputBoxBorderColor}}; }" } }, "inputBoxBorderRadius": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword input.input-text { border-radius: {{inputBoxBorderRadius}}; }" } }, "inputBoxPadding": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword input.input-text { padding: {{inputBoxPadding}}; }" } }, "inputBoxMargin": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword form.woocommerce-ResetPassword .form-row { margin: {{inputBoxMargin}}!important; }" } }, "submitBtnColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button { color: {{submitBtnColor}}; }" } }, "submitBtnBGColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button { background-color: {{submitBtnBGColor}}; }" } }, "submitBtnSize": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button { font-size: {{submitBtnSize}}; }" } }, "submitBtnBorderType": { "type": "string", "default": "", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button { border-style: {{submitBtnBorderType}} !important; }" } }, "submitBtnBorderWidth": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "dependency": [ [ { "key": "submitBtnBorderType", "condition": "!=", "value": "" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button { border-width: {{submitBtnBorderWidth}} !important; }" } }, "submitBtnBorderColor": { "type": "string", "style": { "dependency": [ [ { "key": "submitBtnBorderType", "condition": "!=", "value": "" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button { border-color: {{submitBtnBorderColor}} !important; }" } }, "submitBtnBorderRadius": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button { border-radius: {{submitBtnBorderRadius}} !important; }" } }, "submitBtnPadding": { "type": "object", "default": { "top": "", "right": "", "bottom": "", "left": "", "unit": "px", "link": "yes" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button { padding: {{submitBtnPadding}}; }" } }, "buttonAlignment": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword .submit-button-row { text-align: {{buttonAlignment}}; }" } }, "submitBtnHoverColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button:hover { color: {{submitBtnHoverColor}}; }" } }, "submitBtnHoverBGColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button:hover { background-color: {{submitBtnHoverBGColor}}; }" } }, "submitBtnHoverBorderColor": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-myaccount-form-lostpassword button:hover { border-color: {{submitBtnHoverBorderColor}} !important; }" } } } }