Current Path : /home/e/p/h/ephorei/www/wp-content/plugins/sureforms/assets/build/blocks/textarea/ |
Current File : /home/e/p/h/ephorei/www/wp-content/plugins/sureforms/assets/build/blocks/textarea/block.json |
{ "name": "srfm/textarea", "title": "Textarea", "description": "Displays a SureForm Textarea Field", "category": "sureforms", "keywords": [ "textarea", "input", "custom", "field" ], "textdomain": "sureforms", "supports": { "reusable": false, "html": false }, "example": { "attributes": { "preview": true } }, "attributes": { "preview": { "type": "boolean", "default": false }, "block_id": { "type": "string" }, "defaultValue": { "type": "string" }, "required": { "type": "boolean" }, "placeholder": { "type": "string", "default": "" }, "fieldWidth": { "type": "number", "default": 100 }, "label": { "type": "string", "default": "Textarea" }, "help": { "type": "string", "default": "" }, "maxLength": { "type": "number", "default": "" }, "rows": { "type": "number", "default": 4 }, "errorMsg": { "type": "string", "default": "" }, "formId": { "type": "number", "default": "" }, "isConditionalLogic": { "type": "boolean", "default": false } } }