{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cmblocks/time-to-read",
  "version": "1.0.0",
  "title": "CM Time To Read",
  "category": "codemanas-blocks",
  "description": "Show minutes required to finish reading the post.",
  "usesContext": [
    "postId",
    "postType"
  ],
  "attributes": {
    "textAlign": {
      "type": "string"
    }
  },
  "supports": {
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    },
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "width": true,
      "style": true
    }
  },
  "textdomain": "cm-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "icon": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" class=\"cm-blocks__icon\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#e34f08\" d=\"M10,2c4.42,0 8,3.58 8,8c0,4.42 -3.58,8 -8,8c-4.42,0 -8,-3.58 -8,-8c0,-4.42 3.58,-8 8,-8zM10,16c3.31,0 6,-2.69 6,-6c0,-3.31 -2.69,-6 -6,-6c-3.31,0 -6,2.69 -6,6c0,3.31 2.69,6 6,6zM9.29,10.71c0.07,0.05 0.14,0.1 0.23,0.15l-0.02,0.02l4.5,2.12l-3.03,-3.19l-0.97,-4.81l-0.97,4.81h0.01c0,0.02 -0.01,0.05 -0.02,0.09c-0.01,0.04 -0.02,0.07 -0.02,0.1c0,0.28 0.1,0.52 0.29,0.71z\"></path></svg>"
}