Your IP : 3.21.93.159


Current Path : /home/ephorei/www/wp-content/plugins/sureforms/inc/blocks/textarea/
Upload File :
Current File : /home/ephorei/www/wp-content/plugins/sureforms/inc/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
		},
    "slug":{
			"type":"string",
			"default":""
		}
	}
}