interface: make interface-to-template conversion a config option (defaulting to enabled)
This commit is contained in:
parent
243a9b92ce
commit
60d0ed34b8
4 changed files with 13 additions and 2 deletions
|
|
@ -21,6 +21,7 @@
|
|||
struct lif_config_file {
|
||||
bool allow_addon_scripts;
|
||||
bool allow_any_iface_as_template;
|
||||
bool implicit_template_conversion;
|
||||
};
|
||||
|
||||
extern struct lif_config_file lif_config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue