HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (1000)
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,pcntl_unshare,
Upload Files
File: //var/www/drakkar_site/wp-content/plugins/otter-blocks/build/blocks/advanced-columns/block.json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "themeisle-blocks/advanced-columns",
	"title": "Section",
	"category": "themeisle-blocks",
	"description": "Add a Section block that displays content in multiple columns, then add whatever content blocks you’d like. Powered by Otter.",
	"keywords": [ "advanced columns", "layout", "section" ],
	"textdomain": "otter-blocks",
	"attributes": {
		"id": {
			"type": "string"
		},
		"columns": {
			"type": "number"
		},
		"layout": {
			"type": "string"
		},
		"layoutTablet": {
			"type": "string",
			"default": "equal"
		},
		"layoutMobile": {
			"type": "string",
			"default": "equal"
		},
		"padding": {
			"type": "object",
			"default": {
				"top": "0px",
				"right": "0px",
				"bottom": "0px",
				"left": "0px"
			}
		},
		"paddingTablet": {
			"type": "object"
		},
		"paddingMobile": {
			"type": "object"
		},
		"margin": {
			"type": "object",
			"default": {
				"top": "0px",
				"right": "0px",
				"bottom": "0px",
				"left": "0px"
			}
		},
		"marginTablet": {
			"type": "object"
		},
		"marginMobile": {
			"type": "object"
		},
		"columnsWidth": {
			"type": [ "number", "string" ]
		},
		"columnsWidthTablet": {
			"type": "string"
		},
		"columnsWidthMobile": {
			"type": "string"
		},
		"horizontalAlign": {
			"type": "string",
			"default": "unset"
		},
		"columnsHeight": {
			"type": "string",
			"default": "auto"
		},
		"columnsHeightCustom": {
			"type": [ "number", "string" ]
		},
		"columnsHeightCustomTablet": {
			"type": [ "number", "string" ]
		},
		"columnsHeightCustomMobile": {
			"type": [ "number", "string" ]
		},
		"verticalAlign": {
			"type": "string",
			"default": "unset"
		},
		"color": {
			"type": "string"
		},
		"colorHover": {
			"type": "string"
		},
		"linkColor": {
			"type": "string"
		},
		"backgroundType": {
			"type": "string",
			"default": "color"
		},
		"backgroundColor": {
			"type": "string"
		},
		"backgroundImage": {
			"type": "object"
		},
		"backgroundAttachment": {
			"type": "string",
			"default": "scroll"
		},
		"backgroundPosition": {
			"type": "object"
		},
		"backgroundRepeat": {
			"type": "string",
			"default": "repeat"
		},
		"backgroundSize": {
			"type": "string",
			"default": "auto"
		},
		"backgroundGradient": {
			"type": "string",
			"default": "linear-gradient(90deg,rgba(54,209,220,1) 0%,rgba(91,134,229,1) 100%)"
		},
		"backgroundOverlayOpacity": {
			"type": "number",
			"default": 50
		},
		"backgroundOverlayType": {
			"type": "string",
			"default": "color"
		},
		"backgroundOverlayColor": {
			"type": "string"
		},
		"backgroundOverlayImage": {
			"type": "object"
		},
		"backgroundOverlayAttachment": {
			"type": "string",
			"default": "scroll"
		},
		"backgroundOverlayPosition": {
			"type": "object"
		},
		"backgroundOverlayRepeat": {
			"type": "string",
			"default": "repeat"
		},
		"backgroundOverlaySize": {
			"type": "string",
			"default": "auto"
		},
		"backgroundOverlayGradient": {
			"type": "string",
			"default": "linear-gradient(90deg,rgba(54,209,220,1) 0%,rgba(91,134,229,1) 100%)"
		},
		"backgroundOverlayFilterBlur": {
			"type": "number",
			"default": 0
		},
		"backgroundOverlayFilterBrightness": {
			"type": "number",
			"default": 10
		},
		"backgroundOverlayFilterContrast": {
			"type": "number",
			"default": 10
		},
		"backgroundOverlayFilterGrayscale": {
			"type": "number",
			"default": 0
		},
		"backgroundOverlayFilterHue": {
			"type": "number",
			"default": 0
		},
		"backgroundOverlayFilterSaturate": {
			"type": "number",
			"default": 10
		},
		"backgroundOverlayBlend": {
			"type": "string",
			"default": "normal"
		},
		"border": {
			"type": "object"
		},
		"borderColor": {
			"type": "string"
		},
		"borderRadius": {
			"type": "object"
		},
		"boxShadow": {
			"type": "boolean",
			"default": false
		},
		"boxShadowColor": {
			"type": "string",
			"default": "#000000"
		},
		"boxShadowColorOpacity": {
			"type": "number",
			"default": 50
		},
		"boxShadowBlur": {
			"type": "number",
			"default": 5
		},
		"boxShadowSpread": {
			"type": "number",
			"default": 0
		},
		"boxShadowHorizontal": {
			"type": "number",
			"default": 0
		},
		"boxShadowVertical": {
			"type": "number",
			"default": 0
		},
		"dividerTopType": {
			"type": "string",
			"default": "none"
		},
		"dividerTopColor": {
			"type": "string",
			"default": "#000000"
		},
		"dividerTopWidth": {
			"type": "number"
		},
		"dividerTopWidthTablet": {
			"type": "number"
		},
		"dividerTopWidthMobile": {
			"type": "number"
		},
		"dividerTopHeight": {
			"type": "number"
		},
		"dividerTopHeightTablet": {
			"type": "number"
		},
		"dividerTopHeightMobile": {
			"type": "number"
		},
		"dividerTopInvert": {
			"type": "boolean",
			"default": false
		},
		"dividerBottomType": {
			"type": "string",
			"default": "none"
		},
		"dividerBottomColor": {
			"type": "string",
			"default": "#000000"
		},
		"dividerBottomWidth": {
			"type": "number"
		},
		"dividerBottomWidthTablet": {
			"type": "number"
		},
		"dividerBottomWidthMobile": {
			"type": "number"
		},
		"dividerBottomHeight": {
			"type": "number"
		},
		"dividerBottomHeightTablet": {
			"type": "number"
		},
		"dividerBottomHeightMobile": {
			"type": "number"
		},
		"dividerBottomInvert": {
			"type": "boolean",
			"default": false
		},
		"hide": {
			"type": "boolean",
			"default": false
		},
		"hideTablet": {
			"type": "boolean",
			"default": false
		},
		"hideMobile": {
			"type": "boolean",
			"default": false
		},
		"reverseColumnsTablet": {
			"type": "boolean",
			"default": false
		},
		"reverseColumnsMobile": {
			"type": "boolean",
			"default": false
		},
		"columnsHTMLTag": {
			"type": "string",
			"default": "div"
		},
		"isSynced": {
			"type": "array"
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"html": false
	},
	"editorStyle": "otter-advanced-columns-editor",
	"style": "otter-advanced-columns-style"
}