device-56.home 2026-3-31:15:32:58

This commit is contained in:
oskar
2026-03-31 15:32:58 +02:00
parent 602512594d
commit 66c904248d
4 changed files with 19 additions and 5 deletions

View File

@@ -6,11 +6,11 @@
},
{
"name": "Page",
"template": "p.{{pageLabel}}"
"template": "{{file.basename}}"
},
{
"name": "Text",
"template": "{{text}}"
"template": "p.{{pageLabel}}"
},
{
"name": "Emoji",
@@ -22,7 +22,7 @@
},
{
"name": "Title",
"template": "{{file.basename}}"
"template": "{{text}}"
}
],
"defaultDisplayTextFormatIndex": 0,