Merge branch 'dev' of https://github.com/ajnart/homarr into widget-full-translation-support

This commit is contained in:
Tagaishi
2023-08-13 17:46:18 +02:00
189 changed files with 3599 additions and 2022 deletions

View File

@@ -6,6 +6,14 @@
"title": "Settings for DNS Hole summary",
"usePiHoleColors": {
"label": "Use colors from PiHole"
},
"layout": {
"label": "Layout",
"data": {
"grid": "2 by 2",
"row": "Horizontal",
"column": "Vertical"
}
}
}
},

View File

@@ -0,0 +1,15 @@
{
"descriptor": {
"name": "Notebook",
"description": "A markdown-based interactive widget for you to write down your notes!",
"settings": {
"title": "Settings for the notebook widget",
"showToolbar": {
"label": "Show the toolbar to help you write markdown"
},
"content": {
"label": "The content of the notebook"
}
}
}
}