mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 06:38:59 +02:00
feat(collection/presentation): add color picker for slide bg
This commit is contained in:
parent
d9b4f7345b
commit
0dd8be1599
@ -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`
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user