Skip to content

Commit bdb2933

Browse files
committed
missing scheme entry
1 parent 1633af5 commit bdb2933

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@
138138
"memories": {
139139
"type": "boolean"
140140
},
141+
"memories_only": {
142+
"type": "boolean",
143+
"default": false,
144+
"description": "!memories has to be set to true if you wish to use this feature! Only display memories when memories is set to true and no other sources (people, albums, tags etc) are set."
145+
},
141146
"past_memory_days": {
142147
"type": "integer",
143148
"minimum": 0,

0 commit comments

Comments
 (0)