{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "traveledmap/embedded-trip-step-block",
  "title": "Step scroll anchor",
  "category": "traveledmap",
  "icon": "location",
  "example": {},
  "keywords": [
    "Embedded Trip Step",
    "Embed",
    "Step",
    "Trip",
    "City",
    "Place",
    "Scroll",
    "Anchor"
  ],
  "attributes": {
    "tripStepsJson": {
      "type": "string",
      "source": "meta",
      "meta": "traveledmap_trip_steps"
    },
    "tripSteps": {
      "type": "string"
    },
    "location": {
      "type": "string"
    }
  },
  "textdomain": "trip-step-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.scss",
  "style": "file:./style.scss"
}