mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
feat(collection/presentation): add color picker for slide bg
This commit is contained in:
@@ -427,7 +427,8 @@
|
||||
"presentation": "Presentation",
|
||||
"presentation_slide": "Presentation slide",
|
||||
"presentation_slide_first": "First slide",
|
||||
"presentation_slide_second": "Second slide"
|
||||
"presentation_slide_second": "Second slide",
|
||||
"background": "Background"
|
||||
},
|
||||
"sql_init": {
|
||||
"db_not_initialized_desktop": "DB not initialized, please follow on-screen instructions.",
|
||||
|
||||
@@ -243,6 +243,11 @@ export default function buildHiddenSubtreeTemplates() {
|
||||
{
|
||||
name: "slide",
|
||||
type: "label"
|
||||
},
|
||||
{
|
||||
name: "label:slide:background",
|
||||
type: "label",
|
||||
value: `promoted,alias=${t("hidden_subtree_templates.background")},single,color`
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user