We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a82586 + 2c083b9 commit 73bc5dbCopy full SHA for 73bc5db
1 file changed
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 new templates or using generators.
948
949
+NOTE: **Note:** This configuration option is only applicable when [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