FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
cozy-blocks
/
dist
/
grid
/
build
Edit File: index.js
(()=>{"use strict";const e=window.React,t=window.wp.blocks,n=JSON.parse('{"u2":"cozy-block/grid","TN":"Item"}'),c=window.wp.i18n,l=window.wp.blockEditor;(0,t.registerBlockType)(n.u2,{title:(0,c.__)(n.TN,"cozy-addons"),icon:()=>(0,e.createElement)("svg",{width:"25",height:"20",viewBox:"0 0 25 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("rect",{fill:"white",x:"0.5",y:"0.5",width:"24",height:"19",rx:"2.5",stroke:"#5566CA"}),(0,e.createElement)("path",{d:"M12.5 5C9.7379 5 7.5 7.2379 7.5 10C7.5 12.7621 9.7379 15 12.5 15C15.2621 15 17.5 12.7621 17.5 10C17.5 7.2379 15.2621 5 12.5 5ZM15.4032 10.5645C15.4032 10.6976 15.2944 10.8065 15.1613 10.8065H13.3065V12.6613C13.3065 12.7944 13.1976 12.9032 13.0645 12.9032H11.9355C11.8024 12.9032 11.6935 12.7944 11.6935 12.6613V10.8065H9.83871C9.70565 10.8065 9.59677 10.6976 9.59677 10.5645V9.43548C9.59677 9.30242 9.70565 9.19355 9.83871 9.19355H11.6935V7.33871C11.6935 7.20565 11.8024 7.09677 11.9355 7.09677H13.0645C13.1976 7.09677 13.3065 7.20565 13.3065 7.33871V9.19355H15.1613C15.2944 9.19355 15.4032 9.30242 15.4032 9.43548V10.5645Z",fill:"#36CFC6"})),edit:function(){const t=(0,l.useBlockProps)();return(0,e.createElement)("div",{className:"cozy-block-grid"},(0,e.createElement)("div",{...t},(0,e.createElement)(l.InnerBlocks,null)))},save:function(){return(0,e.createElement)("div",{className:"cozy-block-grid"},(0,e.createElement)(l.InnerBlocks.Content,null))},supports:{inserter:!1}})})();
Save
Back