{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "b4cs/cs-smallgroups",
  "version": "1.0.3",
  "title": "Small Groups for ChurchSuite",
  "category": "blocks-for-churchsuite",
  "description": "Display a Card for each Small Group from ChurchSuite",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "center",
      "wide",
      "full"
    ],
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "link": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true
    }
  },
  "attributes": {
    "groupBackgroundColor": {
      "type": "string"
    },
    "customGroupBackgroundColor": {
      "type": "string"
    },
    "church_name": {
      "type": "string",
      "default": "demo"
    },
    "sites": {
      "type": "string",
      "default": ""
    },
    "default_image_id": {
      "type": "number",
      "default": 0
    },
    "default_image_url": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "blocks-for-churchsuite",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "script": [],
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}