FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
cozy-blocks
/
dist
/
post-comments
/
build
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "cozy-block/post-comments", "title": "Post Comments (Pro)", "description": "Unlock the Conversation Power! See what sparks discussions with our 'Post Comments' block. Gain valuable insights to refine your engagement strategy and foster meaningful interactions.", "category": "cozy-block/post-magazine", "textdomain": "cozy-addons", "supports": { "html": false, "color": { "background": true, "gradients": true, "link": true, "text": true }, "spacing": { "padding": true, "margin": [ "top", "bottom" ], "__experimentalDefaultControls": { "padding": true } }, "__experimentalBorder": { "color": true, "radius": true, "style": true, "width": true, "__experimentalDefaultControls": { "color": true, "radius": true, "style": true, "width": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalTextTransform": true, "__experimentalFontFamily": true, "__experimentalLetterSpacing": true, "__experimentalTextDecoration": true, "__experimentalSkipSerialization": [ "textDecoration" ], "__experimentalDefaultControls": { "fontSize": true } } }, "usesContext": [ "postId", "postType", "queryId" ], "attributes": { "cover": { "type": "string", "default": "" }, "clientId": { "type": "string", "default": "" }, "postType": { "type": "string", "default": "" }, "enableOptions": { "type": "object", "default": { "labelBefore": true, "icon": true, "comments": true, "labelAfter": true } }, "linkNewTab": { "type": "boolean", "default": false }, "labelBefore": { "type": "string", "default": "" }, "labelAfter": { "type": "string", "default": "" }, "display": { "type": "string", "default": "inline" }, "contentJustify": { "type": "string", "default": "left" }, "contentGap": { "type": "string", "default": "0px" }, "textAlign": { "type": "string", "default": "left" }, "icon": { "type": "object", "default": { "size": "16px", "position": "before", "path": "M18.0556 6.94444C18.0556 3.10764 14.0148 0 9.02778 0C4.0408 0 0 3.10764 0 6.94444C0 8.43316 0.611979 9.80469 1.64931 10.9375C1.06771 12.2483 0.108507 13.2899 0.0954861 13.3029C0 13.4028 -0.0260417 13.5503 0.0303819 13.6806C0.0868056 13.8108 0.208333 13.8889 0.347222 13.8889C1.93576 13.8889 3.25087 13.355 4.19705 12.8038C5.59462 13.4852 7.24826 13.8889 9.02778 13.8889C14.0148 13.8889 18.0556 10.7812 18.0556 6.94444ZM23.3507 16.4931C24.388 15.3646 25 13.9887 25 12.5C25 9.59635 22.678 7.10937 19.388 6.07205C19.4271 6.35851 19.4444 6.6493 19.4444 6.94444C19.4444 11.5408 14.77 15.2778 9.02778 15.2778C8.55903 15.2778 8.1033 15.2431 7.65191 15.1953C9.0191 17.691 12.2309 19.4444 15.9722 19.4444C17.7517 19.4444 19.4054 19.0451 20.8029 18.3594C21.7491 18.9106 23.0642 19.4444 24.6528 19.4444C24.7917 19.4444 24.9175 19.362 24.9696 19.2361C25.026 19.1102 25 18.9627 24.9045 18.8585C24.8915 18.8455 23.9323 17.8082 23.3507 16.4931Z", "view": "default", "layout": "fill", "viewBox": { "vx": 0, "vy": 0, "vw": 25, "vh": 20 }, "strokeWidth": 1, "rotate": 0, "opacity": 100, "gap": "4px", "color": "#5566ca", "colorHover": "#f90" } }, "iconBox": { "type": "object", "default": { "padding": { "top": "5px", "right": "5px", "bottom": "5px", "left": "5px" }, "border": { "width": "", "style": "", "color": "" }, "borderRadius": "100px", "bgColor": "#b2bcf9", "bgColorHover": "" } }, "label": { "type": "object", "default": { "fontSize": "14px", "fontFamily": "", "fontWeight": "400", "color": "" } } }, "editorScript": [ "cozy-block--post-comments" ], "editorStyle": [ "cozy-block--post-comments--editor-style" ], "style": [ "cozy-block--post-comments--style" ], "render": "file:./render.php" }
Save
Back