芝麻web文件管理V1.00
编辑当前文件:/home/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 } } }