Skip to content

Commit 73bc5db

Browse files
authored
Merge pull request #932 from ExpressionEngine/add-default_template_engine-config
added docs for the default_template_engine config override
2 parents 8a82586 + 2c083b9 commit 73bc5db

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/general/system-configuration-overrides.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,19 @@ Example Usage:
942942

943943
**Also found in CP:** `Settings --> Debugging & Output`: [Debug Preference](control-panel/settings/debug-output.md#enable-error-reporting)
944944

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+
945958
## `default_member_group`
946959

947960
Set the primary member role to which new users will be assigned.

0 commit comments

Comments
 (0)