Extension configuration
- Go to Admin Tools > Settings > Extension Configuration
- Choose typo3_environment_indicator
The extension currently provides the following configuration options:
General
general.imageDriver
-
- Type
- option
- Default
- "gd"
Intervention Image supports "GD Library", "Imagick" and "libvips" to process images internally. You may choose one of them according to your PHP configuration. Options are "gd", "imagick" and "vips".
Frontend
frontend.favicon
-
- Type
- boolean
- Default
- 1
Enable the favicon generation in frontend context
frontend.context
-
- Type
- boolean
- Default
- 1
Enable the context frontend hint
Backend
backend.favicon
-
- Type
- boolean
- Default
- 1
Enable the favicon generation in backend context
backend.context
-
- Type
- boolean
- Default
- 1
Enable the context item within the backend toolbar
backend.contextProduction
-
- Type
- boolean
- Default
- 1
Enable the backend toolbar item also in production context
backend.contextProductionUserGroups
-
- Type
- string
- Default
- 1
Restrict the backend user groups that are shown the toolbar item in the production context (comma separated list of group ids)