Merge branch 'dev' of https://github.com/ajnart/homarr into widget-full-translation-support
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
15
public/locales/en/modules/notebook.json
Normal file
15
public/locales/en/modules/notebook.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user