feat(collection/presentation): add color picker for slide bg

This commit is contained in:
Elian Doran 2025-10-17 09:39:19 +03:00
parent d9b4f7345b
commit 0dd8be1599
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -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.",

View File

@ -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`
}
]
},