FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
cozy-blocks
/
dist
/
teams
/
build
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "cozy-block/teams", "title": "Teams", "description": "Introduce your team in style with our 'Team' block, offering both grid and carousel layouts for a visually appealing display of your talented lineup.", "category": "cozy-block", "textdomain": "cozy-addons", "supports": { "html": false }, "attributes": { "cover": { "type": "string", "default": "" }, "blockClientId": { "type": "string", "default": "" }, "layout": { "type": "string", "default": "grid" }, "hoverShow": { "type": "boolean", "default": true }, "gridOptions": { "type": "object", "default": { "displayColumn": 3, "masonryEnabled": false, "columnGap": 30 } }, "carouselOptions": { "type": "object", "default": { "pagination": { "enabled": true, "width": 10, "height": 10, "borderRadius": 10, "activeWidth": 10, "activeHeight": 10, "activeBorder": { "width": "", "style": "", "color": "" }, "activeOffset": 0, "gap": 4, "activeBorderRadius": 10, "activeColor": "#007cba", "color": "#252525", "activeColorHover": "#164861", "colorHover": "#a5a5a5", "activeBorderHover": "", "align": "center", "positionVertical": -20, "left": "0px", "right": "0px" }, "navigation": { "enabled": true, "iconSize": 15, "iconBoxWidth": 35, "iconBoxHeight": 35, "borderType": "none", "borderWidth": 1, "borderColor": "#000", "borderColorHover": "", "borderRadius": 50, "backgroundColor": "#fff", "color": "#007cba", "backgroundColorHover": "#007cba", "colorHover": "#fff", "padding": { "top": 5, "right": 5, "bottom": 5, "left": 5 } }, "sliderOptions": { "loop": false, "speed": 700, "autoplay": { "enabled": true, "pauseOnMouseEnter": true, "delay": 2500 }, "centeredSlides": false, "slidesPerView": 3, "spaceBetween": 30 } } } }, "editorScript": [ "cozy-block--teams" ], "editorStyle": "cozy-block--teams--editor-style", "style": [ "cozy-block--teams--style", "cozy-swiper-bundle" ], "viewScript": [ "cozy-block--teams--frontend-script", "cozy-swiper-bundle" ], "render": "file:./render.php" }
Save
Back