{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "syn/block-syn",
  "version": "1.1.0",
  "title": "WP SlideYourNet",
  "category": "widgets",
  "icon": "screenoptions",
  "description": "Block for CiviCRM",
  "supports": {
    "align": [
      "center",
      "wide",
      "full"
    ],
    "html": false
  },
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "component": {
      "type": "string",
      "default": ""
    },
    "mode": {
      "type": "string",
      "default": "live"
    },
    "hijack": {
      "type": "string",
      "default": "0"
    },
    "id": {
      "type": "string",
      "default": ""
    },
    "gid": {
      "type": "string",
      "default": ""
    },
    "cid": {
      "type": "string",
      "default": ""
    },
    "session": {
      "type": "string",
      "default": ""
    },
    "token": {
      "type": "string",
      "default": ""
    },
    "network": {
      "type": "string",
      "default": ""
    },
    "local_storage": {
      "type": "boolean",
      "default": false
    },
    "username": {
      "type": "string",
      "default": ""
    },
    "search": {
      "type": "string",
      "default": ""
    },
    "ref": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "per_column": {
      "type": "number",
      "default": 3
    },
    "order_by": {
      "type": "string",
      "default": "pub_date"
    },
    "order": {
      "type": "string",
      "default": "DESC"
    },
    "per_page": {
      "type": "number",
      "default": 5
    },
    "display_date": {
      "type": "boolean",
      "default": false
    },
    "display_username": {
      "type": "boolean",
      "default": false
    },
    "display_avatar": {
      "type": "boolean",
      "default": false
    },
    "display_media": {
      "type": "boolean",
      "default": false
    },
    "characters": {
      "type": "number",
      "default": 0
    },
    "stylesheet": {
      "type": "string",
      "default": "wpsyn"
    },
    "linkLocation": {
      "type": "string",
      "default": "default"
    }
  },
  "textdomain": "wp-slideyournet",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "editorScript": "file:./index.js"
}