HEX
Server: Apache/2.4.57 (Debian)
System: Linux web-server-k8s-e92jnr3j-6f99bff6b6-rp2wg 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64
User: apache (48)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/sites/1250.info/wp-content/plugins/alert-box-block/block.json
{
	"apiVersion": "1",
	"name": "abb/alert-box",
	"title": "Alert Box",
	"description": "Provide contextual feedback messages.",
	"category": "widgets",
	"keywords": [
		"alert box",
		"alert box block",
		"custom alert"
	],
	"textdomain": "alert-box-block",
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"type": {
			"type": "string",
			"default": "general"
		},
		"width": {
			"type": "string",
			"default": "100%"
		},
		"alignment": {
			"type": "string",
			"default": "center"
		},
		"textAlign": {
			"type": "string",
			"default": "center"
		},
		"message": {
			"type": "string",
			"default": "You have an alert message!",
			"selector": ".abbAlertBox .alert .alertMessage"
		},
		"icon": {
			"type": "object",
			"default": {
				"class": "fa fa-exclamation-circle"
			}
		},
		"isDismiss": {
			"type": "boolean",
			"default": true
		},
		"typography": {
			"type": "object",
			"default": {
				"fontSize": {
					"desktop": 25,
					"tablet": 22,
					"mobile": 20
				}
			}
		},
		"colors": {
			"type": "object",
			"default": {
				"color": "#333",
				"bg": "#fff"
			}
		},
		"padding": {
			"type": "object",
			"default": {
				"vertical": "15px",
				"horizontal": "30px"
			}
		},
		"border": {
			"type": "object",
			"default": {
				"width": "2px",
				"color": "#333",
				"radius": "8px"
			}
		},
		"shadow": {
			"type": "object",
			"default": {}
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"editorScript": "file:dist/editor.js",
	"script": "file:dist/script.js"
}