{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "my-wp-photos/gallery",
  "version": "1.0",
  "title": "WP Photos Gallery",
  "category": "widgets",
  "icon": "format-gallery",
  "description": "Display WordPress Photo Directory images by username.",
  "textdomain": "my-wp-photos",
  "attributes": {
    "username": {
      "type": "string"
    },
    "count": {
      "type": "number"
    },
    "columns": {
      "type": "number"
    },
    "aspect": {
      "type": "string"
    },
    "size": {
      "type": "string"
    },
    "random": {
      "type": "boolean"
    },
    "showTitle": {
      "type": "boolean"
    },
    "showCaption": {
      "type": "boolean"
    },
    "showExif": {
      "type": "boolean"
    }
  },
  "supports": {
    "html": false
  }
}
