{
  "apiVersion": 2,
  "name": "awt/author-pro-articles",
  "version": "1.0.0",
  "title": "Articles [Author Pro]",
  "category": "awt-blocks",
  "description": "Display the latest blog posts in a grid layout.",
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "full"
    ]
  },
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "anchor": {
      "type": "string"
    },
    "align": {
      "type": "string",
      "default": "full"
    },
    "sectionBadge": {
      "type": "string",
      "default": "The Blog"
    },
    "sectionTitle": {
      "type": "string",
      "default": "Latest Articles"
    },
    "viewAllText": {
      "type": "string",
      "default": "View All Posts"
    },
    "viewAllUrl": {
      "type": "string",
      "default": "#"
    },
    "postsToShow": {
      "type": "number",
      "default": 3
    },
    "selectedCategory": {
      "type": "string",
      "default": ""
    },
    "order": {
      "type": "string",
      "default": "DESC"
    },
    "bgColor": {
      "type": "string",
      "default": "#f3f4f6"
    },
    "accentColor": {
      "type": "string",
      "default": "#ea580c"
    },
    "titleColor": {
      "type": "string",
      "default": "#1e293b"
    },
    "textColor": {
      "type": "string",
      "default": "#4b5563"
    },
    "paddingTop": {
      "type": "number",
      "default": 96
    },
    "paddingBottom": {
      "type": "number",
      "default": 96
    }
  },
  "textdomain": "author-website-templates",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}