File: /home/ohirex/web/ohirex.com/public_html/wp-content/plugins/mailster/build/workflows/stop/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "mailster-workflow/stop",
"title": "Stop",
"category": "mailster-workflow-steps",
"keywords": [
"stop"
],
"parent": [
"mailster-workflow/condition-yes",
"mailster-workflow/condition-no"
],
"description": "This is a stop block which prevents any further action in the workflow.",
"example": {},
"supports": {
"html": false,
"className": false,
"customClassName": false
},
"attributes": {
"id": {
"type": "string"
},
"comment": {
"type": "string"
}
},
"textdomain": "mailster",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}