Files
wp-strava/src/blocks/segment/block.json
T
Justin Foell cdcb84aef2 changed icon
2021-04-30 15:48:47 -05:00

31 lines
619 B
JSON

{
"name": "wp-strava/segment",
"title": "Strava Segment",
"category": "embed",
"icon": "chart-area",
"description": "Embed a Strava Segment",
"keywords": [ "segment", "map" ],
"textdomain": "wp-strava",
"attributes": {
"url": {
"type": "string",
"default": ""
},
"imageOnly": {
"type": "boolean",
"default": false
},
"displayMarkers": {
"type": "boolean",
"default": true
},
"som": {
"type": "string",
"default": null
}
},
"editorScript": "file:../../../build/index.js",
"editorStyle": "file:../../../build/editor.css",
"style": "file:../../../build/style.css"
}