mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-14 04:06:48 +09:00
Added segment block with test
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "wp-strava/segment",
|
||||
"title": "Strava Segment",
|
||||
"category": "embed",
|
||||
"icon": "location-alt",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user