FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
cozy-blocks
/
dist
/
related-post
/
build
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "cozy-block/related-post", "title": "Related Post (Pro)", "description": "Uncover additional relevant content using our 'Related Post' block, offering curated suggestions tailored to your interests for an engaging exploration of aligned topics.", "category": "cozy-block/post-magazine", "textdomain": "cozy-addons", "supports": { "html": false }, "attributes": { "cover": { "type": "string", "default": "" }, "blockClientId": { "type": "string", "default": "" }, "gridOptions": { "type": "object", "default": { "displayColumn": 3, "columnGap": 30 } } }, "editorScript": [ "cozy-block--related-post" ], "editorStyle": "cozy-block--related-post--editor-style", "viewScript": [ "cozy-block--related-post--frontend-script" ], "style": [ "cozy-block--related-post--style" ], "render": "file:./render.php" }
Save
Back