Files
spotify-recent-oauth/blocks/block.json
2026-04-03 09:48:28 +02:00

16 lines
414 B
JSON

{
"apiVersion": 3,
"name": "spotify-recent-oauth/recent-track",
"title": "Spotify Recent Track",
"category": "widgets",
"icon": "format-audio",
"description": "Visar din senast spelade låt från Spotify.",
"supports": {
"html": false
},
"editorScript": "sro-block-js",
"style": "sro-style",
"editorStyle": "sro-editor-style",
"render": "sro_render_block"
}