(no commit message)
[paste/342.git] / help.rst
1 https://docs.typo3.org/typo3cms/ExtbaseFluidBook/b-ExtbaseReference/Index.html says:\r
2 \r
3  You may wonder why you need to edit both, file ext_localconf.php and file ext_tables.php, to configure a plugin. The reason lays in the architecture of TYPO3: file ext_localconf.php is evaluated in the frontend and file ext_tables.php in the backend. Therefore, in file ext_tables.php we add the entry to the plugin list (for the backend). In addition, the list of controller / action combinations is required at runtime in the frontend - and therefore this must be defined in the file file ext_localconf.php.\r
4 \r
5 Also see https://docs.typo3.org/typo3cms/CoreApiReference/ExtensionArchitecture/ConfigurationFiles/Index.html#extension-configuration-files