mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
61 lines
1.4 KiB
JSON
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,
|
|
"tooltip": "a toggle"
|
|
},
|
|
{
|
|
"type": "select",
|
|
"key": "select",
|
|
"label": "select",
|
|
"values": ["option a", "option b", "option c"],
|
|
"tooltip": "a select"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"key": "text",
|
|
"label": "text",
|
|
"value": "default",
|
|
"tooltip": "a text input"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"key": "number",
|
|
"label": "number",
|
|
"value": 0,
|
|
"tooltip": "a number input"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"key": "file",
|
|
"label": "file picker (.css only)",
|
|
"extensions": [".css"],
|
|
"tooltip": "a file picker"
|
|
}
|
|
]
|
|
}
|