File: //var/www/drakkar_site/wp-content/plugins/otter-blocks/build/blocks/slider/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "themeisle-blocks/slider",
"title": "Image Slider",
"category": "themeisle-blocks",
"description": "Minimal image slider to showcase beautiful images. Powered by Otter.",
"keywords": [ "slider", "gallery", "carousel" ],
"textdomain": "otter-blocks",
"attributes": {
"id": {
"type": "string"
},
"images": {
"type": "array",
"default": [],
"source": "query",
"selector": ".wp-block-themeisle-blocks-slider-item-wrapper",
"query": {
"id": {
"type": "number",
"source": "attribute",
"selector": "img",
"attribute": "data-id"
},
"url": {
"type": "string",
"source": "attribute",
"selector": "img",
"attribute": "src"
},
"alt": {
"type": "string",
"source": "attribute",
"selector": "img",
"attribute": "alt",
"default": ""
},
"caption": {
"type": "string",
"source": "html",
"selector": "figcaption",
"default": ""
}
}
},
"perView": {
"type": "number",
"default": 1
},
"gap": {
"type": "number",
"default": 0
},
"peek": {
"type": "number",
"default": 0
},
"autoplay": {
"type": "boolean",
"default": true
},
"delay": {
"type": "number",
"default": 2
},
"hideArrows": {
"type": "boolean",
"default": false
},
"hideBullets": {
"type": "boolean",
"default": false
},
"height": {
"type": [ "number", "string" ],
"default": "400px"
},
"heightTablet": {
"type": "string"
},
"heightMobile": {
"type": "string"
},
"width": {
"type": "string"
},
"transition": {
"type": "string"
},
"arrowsColor": {
"type": "string"
},
"arrowsBackgroundColor": {
"type": "string"
},
"paginationColor": {
"type": "string"
},
"paginationActiveColor": {
"type": "string"
},
"borderColor": {
"type": "string"
},
"borderWidth": {
"type": "string"
},
"borderRadius": {
"type": "string"
}
},
"supports": {
"align": [ "wide", "full" ]
},
"editorStyle": "otter-slider-editor",
"style": "otter-slider-style",
"editorScript": "glidejs",
"script": "otter-slider"
}