{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "nemtly/rise-up",
  "version": "1.0.0",
  "title": "Rise Up",
  "category": "nemtly",
  "icon": "arrow-up-alt",
  "description": "Letters rise up from below.",
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": true
    },
    "typography": {
      "fontSize": true,
      "fontWeight": true,
      "lineHeight": true
    }
  },
  "textdomain": "nemtly-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "content": {
      "type": "string",
      "default": "Rise Up Text"
    },
    "loop": {
      "type": "boolean",
      "default": true
    },
    "duration": {
      "type": "number",
      "default": 750
    },
    "letterDelay": {
      "type": "number",
      "default": 50
    }
  }
}