{
  "apiVersion": 2,
  "name": "pixfort-core/pix-recent-posts",
  "title": "pixfort Recent Posts",
  "category": "widgets",
  "icon": "admin-post",
  "description": "Display a list of your most recent posts.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "count": {
      "type": "number",
      "default": 3
    }
  },
  "textdomain": "pixfort-core",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}