Skip to content

Commit

Permalink
Merge pull request #932 from ExpressionEngine/add-default_template_en…
Browse files Browse the repository at this point in the history
…gine-config

added docs for the default_template_engine config override
  • Loading branch information
TomJaeger authored Jan 23, 2025
2 parents 8a82586 + 2c083b9 commit 73bc5db
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/general/system-configuration-overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,19 @@ Example Usage:

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

## `default_template_engine`

Set the default template language to be used when creating new templates or using generators.

NOTE: **Note:** This configuration option is only applicable when [Coilpack Installed](https://expressionengine.github.io/coilpack-docs/docs/)

| Value | Description |
| ------- | --------------- |
| null | Native |
| twig | Twig |
| blade | Blade |


## `default_member_group`

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

0 comments on commit 73bc5db

Please sign in to comment.