We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a82586 commit 8c99d60Copy full SHA for 8c99d60
docs/general/system-configuration-overrides.md
@@ -942,6 +942,19 @@ Example Usage:
942
943
**Also found in CP:** `Settings --> Debugging & Output`: [Debug Preference](control-panel/settings/debug-output.md#enable-error-reporting)
944
945
+## `default_template_engine`
946
+
947
+Set the default Template language to be used when creating a new template, as well as in generators
948
949
+NOTE: **Note:** This config option only works with [Coilpack Installed](https://expressionengine.github.io/coilpack-docs/docs/)
950
951
+| Value | Description |
952
+| ------- | --------------- |
953
+| null | Native |
954
+| twig | Twig |
955
+| blade | Blade |
956
957
958
## `default_member_group`
959
960
Set the primary member role to which new users will be assigned.
0 commit comments