# ghostkit/3.3.3/gutenberg/blocks/form/block.json

Block Animations, Motion &amp; Scroll Effects – Ghost Kit, version 3.3.3. 24 lines.

- Page: https://pluginprobe.com/plugins/ghostkit/3.3.3/code/gutenberg/blocks/form/block.json
- Raw: https://pluginprobe.com/plugins/ghostkit/3.3.3/raw/gutenberg/blocks/form/block.json
- Modified: 2023-11-12T17:37:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ghostkit/3.3.3/code/gutenberg/blocks/form/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ghostkit/form",
  "category": "ghostkit",
  "title": "Form",
  "description": "Add contact form to your page with reCaptcha.",
  "keywords": ["form", "contact"],
  "supports": {
    "html": false,
    "className": false,
    "anchor": false,
    "align": ["wide", "full"],
    "spacing": {
      "blockGap": true,
      "__experimentalDefaultControls": {
        "blockGap": true
      }
    },
    "__experimentalLayout": true,
    "layout": true
  }
}

```
