notion-enhancer/extension/repo/menu@a6621988-551d-495a-97d8-3c568bca2e9e/mod.json

56 lines
1.2 KiB
JSON

{
"name": "menu",
"id": "a6621988-551d-495a-97d8-3c568bca2e9e",
"version": "0.11.0",
"description": "the enhancer's [graphical](https://github.com) menu, related buttons and shortcuts.",
"preview": "https://raw.githubusercontent.com/notion-enhancer/notion-enhancer/dev/notion-enhancer%20v0.10.0%20banner.jpg",
"tags": ["core"],
"authors": [
{
"name": "dragonwocky",
"email": "thedragonring.bod@gmail.com",
"url": "https://dragonwocky.me/",
"icon": "https://dragonwocky.me/avatar.jpg"
}
],
"css": {
"client": ["client.css"],
"menu": ["menu.css"]
},
"js": {
"client": ["client.js"]
},
"options": [
{
"type": "toggle",
"key": "toggle",
"label": "toggle",
"value": true
},
{
"type": "select",
"key": "select",
"label": "select",
"values": ["option a", "option b", "option c"]
},
{
"type": "text",
"key": "text",
"label": "text",
"value": "default"
},
{
"type": "number",
"key": "number",
"label": "number",
"value": 0
},
{
"type": "file",
"key": "file",
"label": "file picker (.css only)",
"extensions": [".css"]
}
]
}