config-file: add missing default for implicit_template_conversion
This commit is contained in:
parent
d177bfa553
commit
fafce2f262
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
struct lif_config_file lif_config = {
|
||||
.allow_addon_scripts = true,
|
||||
.allow_any_iface_as_template = true,
|
||||
.implicit_template_conversion = true,
|
||||
};
|
||||
|
||||
static bool
|
||||
|
|
Loading…
Reference in a new issue