Your IP : 18.119.29.99


Current Path : /home/ephorei/www/wp-content/plugins/sureforms/inc/blocks/inlinebutton/
Upload File :
Current File : /home/ephorei/www/wp-content/plugins/sureforms/inc/blocks/inlinebutton/block.json

{
	"name": "srfm/inline-button",
	"title": "Custom Button",
	"description": "Displays a SureForms Custom Button",
	"category": "sureforms",
	"keywords": [
		"inline submit",
		"button",
		"submit",
		"inline",
		"custom",
		"custom button"
	],
	"textdomain": "sureforms",
	"supports": {
		"reusable": false,
		"html": false,
		"multiple": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"block_id": {
			"type": "string"
		},
		"fieldWidth": {
			"type": "number",
			"default": 100
		},
		"buttonText": {
			"type": "string",
			"default": "Submit"
		},
		"formId": {
			"type": "number",
			"default": ""
		},
		"isConditionalLogic": {
			"type": "boolean",
			"default": false
		}
	}
}