{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "animatikon/bgcolors",
  "version": "1.0.0",
  "title": "Background colors",
  "category": "animatikon",
  "icon": "smiley",
  "description": "Change site background color.",
  "example": {},
  "supports": {},
  "textdomain": "animatikon-scroll-animations-motion-effects",
  "editorScript": [
    "file:./edit__premium_only.js",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": [
    "file:./view__premium_only.js",
    "file:./view.js"
  ],
  "attributes": {
    "blockID": {
      "type": "string",
      "default": ""
    },
    "bgColor": {
      "type": "string",
      "default": "#3e2f5b"
    },
    "bgClasses": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": [
        ".wp-site-blocks",
        ".site-content"
      ]
    },
    "OtherBgColorClasses": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "textClasses": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": [
        "body"
      ]
    },
    "OtherTextClasses": {
      "type": "string"
    },
    "bgClassesToChange": {
      "type": "string",
      "default": ""
    },
    "textClassesToChange": {
      "type": "string",
      "default": ""
    },
    "duration": {
      "type": "number",
      "default": 1
    },
    "onScroll": {
      "type": "boolean",
      "default": false
    },
    "scrollStart": {
      "type": "string",
      "default": "60%"
    },
    "scrollEnd": {
      "type": "string",
      "default": "10%"
    },
    "diagnosticMode": {
      "type": "boolean",
      "default": false
    }
  }
}