| Server IP : 185.143.234.238 / Your IP : 185.215.232.195 Web Server : nginx/1.22.1 System : Linux server2065 6.1.0-35-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.137-1 (2025-05-07) x86_64 User : www-data ( 33) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/bcandle/wp-content/plugins/otter-blocks/build/blocks/flip/ |
Upload File : |
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "themeisle-blocks/flip",
"title": "Flip Card",
"category": "themeisle-blocks",
"description": "Make a card with a flip effect. Powered by Otter.",
"keywords": [ "flip card", "container", "animation" ],
"textdomain": "otter-blocks",
"attributes": {
"id": {
"type": "string"
},
"isInverted": {
"type": "boolean"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"animType": {
"type": "string",
"default": "flipY"
},
"width": {
"type": ["number", "string"]
},
"widthTablet": {
"type": ["string"]
},
"widthMobile": {
"type": ["string"]
},
"height": {
"type": ["number", "string"]
},
"heightTablet": {
"type": ["string"]
},
"heightMobile": {
"type": ["string"]
},
"padding": {
"type": ["number", "object"]
},
"paddingTablet": {
"type": "object"
},
"paddingMobile": {
"type": "object"
},
"borderWidth": {
"type": ["number", "object"]
},
"borderColor": {
"type": "string"
},
"borderRadius": {
"type": ["number", "object"]
},
"backgroundColor": {
"type": "string"
},
"frontVerticalAlign": {
"type": "string"
},
"frontHorizontalAlign": {
"type": "string"
},
"backVerticalAlign": {
"type": "string"
},
"frontMedia": {
"type": "object"
},
"frontMediaWidth": {
"type": ["number", "string"]
},
"frontMediaHeight": {
"type": ["number", "string"]
},
"frontBackgroundImage": {
"type": "object"
},
"frontBackgroundType": {
"type": "string",
"default": "color"
},
"frontBackgroundColor": {
"type": "string"
},
"frontBackgroundGradient": {
"type": "string"
},
"frontBackgroundPosition": {
"type": "object"
},
"frontBackgroundRepeat": {
"type": "string"
},
"frontBackgroundAttachment": {
"type": "string"
},
"frontBackgroundSize": {
"type": "string"
},
"backBackgroundImage": {
"type": "object"
},
"backBackgroundType": {
"type": "string",
"default": "color"
},
"backBackgroundColor": {
"type": "string"
},
"backBackgroundGradient": {
"type": "string"
},
"backBackgroundPosition": {
"type": "object"
},
"backBackgroundRepeat": {
"type": "string"
},
"backBackgroundSize": {
"type": "string"
},
"backBackgroundAttachment": {
"type": "string"
},
"boxShadow": {
"type": "boolean",
"default": false
},
"boxShadowColor": {
"type": "string",
"default": "#000000"
},
"boxShadowColorOpacity": {
"type": "number",
"default": 50
},
"boxShadowBlur": {
"type": "number",
"default": 5
},
"boxShadowHorizontal": {
"type": "number",
"default": 0
},
"boxShadowVertical": {
"type": "number",
"default": 0
},
"titleFontSize": {
"type": ["number", "string"]
},
"descriptionFontSize": {
"type": ["number", "string"]
},
"titleColor": {
"type": "string"
},
"descriptionColor": {
"type": "string"
},
"frontContentType": {
"type": "string"
}
},
"editorStyle": "otter-flip-editor",
"style": "otter-flip-style"
}