{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutena/date-field-group",
  "version": "1.0.0",
  "title": "Date",
  "parent": [
    "gutena/forms"
  ],
  "category": "gutena-pro",
  "icon": "calendar",
  "description": "Allow users to select a date using an easy-to-use date picker.",
  "textdomain": "gutena-forms-pro",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style.css"
}