diff --git a/config/standard/e.src b/config/standard/e.src index a2e69401d..2c9b7f776 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -472,6 +472,14 @@ group "E_Config" struct { value "priority" int: 0; } } + group "modules" list { + group "E_Config_Module" struct { + value "name" string: "everything"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + } group "themes" list { group "E_Config_Theme" struct { value "category" string: "theme";