{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bbp-core/forum-tab",
  "version": "0.1.0",
  "title": "Forumax Forum & Topics Tabs",
  "category": "forumax",
  "icon": "index-card",
  "description": "Displays forums and topics in tabs.",
  "attributes": {
    "forum_tab_title": {
      "type": "string",
      "default": "Show Forums"
    },
    "ppp": {
      "type": "number",
      "default": 9
    },
    "order": {
      "type": "string",
      "default": "ASC"
    },
    "orderby": {
      "type": "string",
      "default": "date"
    },
    "is_forum_tab_btn": {
      "type": "boolean",
      "default": true
    },
    "more_txt": {
      "type": "string",
      "default": "View More"
    },
    "more_url": {
      "type": "string",
      "default": ""
    },
    "topics_tab_title": {
      "type": "string",
      "default": "Show Topics"
    },
    "ppp2": {
      "type": "number",
      "default": 6
    },
    "order2": {
      "type": "string",
      "default": "ASC"
    },
    "orderby2": {
      "type": "string",
      "default": "date"
    },
    "is_topic_tab_btn": {
      "type": "boolean",
      "default": true
    },
    "more_txt2": {
      "type": "string",
      "default": "View More"
    },
    "more_url2": {
      "type": "string",
      "default": ""
    },
    "forum_filter_ids": {
      "type": "string",
      "default": ""
    },
    "default_active_tab": {
      "type": "string",
      "default": "forum"
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "show_forum_image": {
      "type": "boolean",
      "default": true
    },
    "show_forum_post_count": {
      "type": "boolean",
      "default": true
    },
    "show_forum_reply_count": {
      "type": "boolean",
      "default": true
    },
    "show_forum_excerpt": {
      "type": "boolean",
      "default": false
    },
    "show_topic_avatar": {
      "type": "boolean",
      "default": true
    },
    "show_topic_post_info": {
      "type": "boolean",
      "default": true
    },
    "show_topic_tags": {
      "type": "boolean",
      "default": true
    },
    "show_topic_post_reach": {
      "type": "boolean",
      "default": true
    },
    "forum_image_size": {
      "type": "string",
      "default": "thumbnail"
    },
    "enable_card_hover": {
      "type": "boolean",
      "default": true
    },
    "no_posts_message": {
      "type": "string",
      "default": "No posts found."
    },
    "forum_tab_title_color": {
      "type": "string"
    },
    "topics_tab_title_color": {
      "type": "string"
    },
    "forum_tab_content_color": {
      "type": "string"
    },
    "topics_tab_content_color": {
      "type": "string"
    },
    "tab_active_color": {
      "type": "string"
    },
    "title_hover_color": {
      "type": "string"
    },
    "btn_color": {
      "type": "string"
    },
    "btn_bg_color": {
      "type": "string"
    },
    "card_bg_color": {
      "type": "string"
    },
    "tab_font_size": {
      "type": "number",
      "default": 0
    },
    "card_title_font_size": {
      "type": "number",
      "default": 0
    },
    "meta_font_size": {
      "type": "number",
      "default": 0
    },
    "tab_padding": {
      "type": "number",
      "default": 0
    },
    "card_gap": {
      "type": "number",
      "default": 0
    },
    "section_padding": {
      "type": "number",
      "default": 0
    },
    "card_border_radius": {
      "type": "number",
      "default": 0
    },
    "btn_border_radius": {
      "type": "number",
      "default": 0
    },
    "hide_forum_image_mobile": {
      "type": "boolean",
      "default": false
    },
    "hide_topic_reach_mobile": {
      "type": "boolean",
      "default": true
    },
    "mobile_columns": {
      "type": "number",
      "default": 1
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "bbp-core",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}