.. include:: /Includes.rst.txt .. index:: Backend modules; TypoScript .. _backend-module-typoscript: ==================================== TypoScript configuration of modules ==================================== The backend module of an extension can be configured via TypoScript. The configuration is done in :typoscript:`module.tx__` or in :typoscript:`module.tx_`. If the part :typoscript:`_` is omitted, then the setting is used for all backend modules of that extension. Even in the backend the TypoScript setup is used. The settings should be done globally and not changed on a per-page basis. Therefore they are usually set in the file :ref:`EXT:my_extension/ext_typoscript_setup.typoscript `. See the :ref:`toplevel object "module" ` in the TypoScript reference for the available options.