notion-enhancer/extension/repo/menu@a6621988-551d-495a-97d8-3c568bca2e9e/mod.json
2021-04-26 15:12:24 +10:00

61 lines
1.4 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", "markdown.css"]
},
"js": {
"client": ["client.js"]
},
"options": [
{
"type": "toggle",
"key": "toggle",
"label": "toggle",
"value": true,
"description": "a toggle"
},
{
"type": "select",
"key": "select",
"label": "select",
"values": ["option a", "option b", "option c"],
"description": "a select"
},
{
"type": "text",
"key": "text",
"label": "text",
"value": "default",
"description": "a text input"
},
{
"type": "number",
"key": "number",
"label": "number",
"value": 0,
"description": "a number input"
},
{
"type": "file",
"key": "file",
"label": "file picker (.css only)",
"extensions": [".css"],
"description": "a file picker"
}
]
}