Initial
This commit is contained in:
34
src/models/settings.ini
Normal file
34
src/models/settings.ini
Normal 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
|
||||
Reference in New Issue
Block a user