This commit is contained in:
relikd
2019-11-06 01:08:23 +01:00
commit 57351a5e12
87 changed files with 1219 additions and 0 deletions

34
src/models/settings.ini Normal file
View File

@@ -0,0 +1,34 @@
[model]
name = Settings
label = Settings
hidden = yes
protected = yes
[children]
enabled = no
[attachments]
enabled = no
[fields.measures]
label = Measures
description = Comma separated list
width = 3/5
type = text
default = kg, g, L, dl, cl, ml, oz, lb, pt, qt, cm, tsp, tbsp, c, cup, cups, pkg, pck
[fields.replace_frac]
label = Replace 1/2 with ½, ⅔, et.c
width = 1/5
type = boolean
[fields.replace_temp]
label = Replace °C/°F with ℃/℉
width = 1/5
type = boolean
[fields.show_empty_tags]
label = Show empty tags
description = Even if no recipes exist in that category
width = 1/4
type = boolean