File "block.json"

Full Path: /home/romayxjt/public_html/wp-content/plugins/orderable/inc/modules/receipt-layouts/blocks/order-meta-fields/build/block.json
File size: 801 bytes
MIME-type: application/json
Charset: utf-8

{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "orderable/order-meta-fields",
  "version": "1.0.0",
  "title": "Orderable - Order Meta fields",
  "category": "orderable",
  "description": "Shows the order metadata.",
  "attributes": {
    "showLabel": {
      "type": "boolean",
      "default": true
    },
    "label": {
      "type": "string",
      "default": "Metadata"
    },
    "fieldsToInclude": {
      "type": "array"
    },
    "fieldsToExclude": {
      "type": "array",
      "default": [
        "orderable_order_date",
        "orderable_order_time",
        "orderable_notification_optin"
      ]
    }
  },
  "textdomain": "orderable",
  "editorScript": "file:./index.js",
  "render": "file:./render.php",
  "editorStyle": "file:./index.css"
}