Settings
There are different possibilities to make settings to your installation or parts of it.
Global settings
Global settings can be made in the modules in section Admin Tools,
which changes file config/
or be overridden manually
in file config/
. Avoid making manual changes to
the first file as it is auto-managed.
Global extension settings
Global settings to installed extensions, including some that are part of a default installation can be made in submodule Admin Tools > Settings > Extension Configuration.
After opening the submodule you can make your changes and hit save:
Note
File config/
has to be writable. If you keep it
under version control make sure to commit and push your changes.
Site handling
One TYPO3 installation may contain more then one site. Even if you have only one site in your installation important settings can be made here.
Important settings can be made in the site configuration. Read more about them in chapter Creating a site configuration.
Site configurations are stored in a file called
config/
and can be edited from module
Site Management > Sites. Each site must have a unique key, called
the "Site Identifier". For demonstration purposes we use "my-site" here. The
Site Identifier is also used in the path to save the configuration.
Find detailed information in TYPO3 Explained, Site handling.
Site settings
New in version 12.0
Starting with TYPO3 v12 site settings can be saved in a file called
config/
.
Settings that only affect one site can be made in file
config/
. If that is necessary we will refer
to this file in the documentation and authors of third party extensions might
also refer you to it. Find detailed information in
TYPO3 Explained, Site settings.
Page wide frontend definitions: TypoScript
Changed in version 12.0
This module was renamed. With TYPO3 v12 it was moved from Web > Template to Site Management > TypoScript.
TypoScript is a scripting language that can and will most likely be used to influence the output of your pages. TypoScript can be managed in a TypoScript record that you find in module Site Management > TypoScript.
TypoScript affects the page it is defined on and all subpages. In most cases TypoScript is only defined on the root page of a site. In that case the settings made here affect the whole page.
You can also navigate between the different submodules by using the submodule menu:
See also the complete TypoScript Reference.
Page wide backend settings: Page TSconfig
Read more about this in Setting page TSconfig.