mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-12 03:06:34 +09:00
31 lines
619 B
JSON
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"
|
|
}
|