:navigation-title: Include TypoScript .. _include-into-your-project: ================================ Integrate mosparo Powermail into your TYPO3 ================================ .. contents:: :local: .. _include-site-set: Include static TypoScript via site set (TYPO3 v13 and above) ================================ .. attention:: ToDo: Replace links to the extension doku | The "mosparo Powermail" extension depends on the base "mosparo Form" extension. | Make sure to complete the setup for mosparo Form as well. | See: `Integrate mosparo Form into your TYPO3 project `_ This extension comes with a site set called `mahou/mosparo-powermail`. To use it include this set in your site configuration via .. code-block:: diff :caption: config/sites/my-site/config.yaml (diff) base: 'https://example.com/' rootPageId: 1 +dependencies: + - denkwerk/mosparo-form + - mahou/mosparo-powermail See also: :ref:`TYPO3 Explained, Using a site set as dependency in a site `. Include site set via Site Manager ----------------------------------------------- It is also possible to include mosparo Form as site dependency directly in the backend: #. Got to module :guilabel:`Site Management > Sites` #. Edit your site configuration. #. In section :guilabel:`Sets for this Site` chose site set :guilabel:`denkwerk/mosparo-form` and :guilabel:`mahou/mosparo-powermail`. .. _include-typoscript: Include static TypoScript via TypoScript module ================================ .. attention:: ToDo: Replace links to the extension doku | The "mosparo Powermail" extension depends on the base "mosparo Form" extension. | Make sure to complete the setup for mosparo Form as well. | See: `Integrate mosparo Form into your TYPO3 project `_ This extension comes with static TypoScript that should be included if it has not been set in the :ref:`site set <_include-site-set>`. #. Go to section :guilabel:`Includes > Include static (from extensions)`. #. In the :guilabel:`Available Items` list, first select "denkwerk – mosparo integration for EXT:form and Extbase-based forms", then "mosparo integration for EXT:powermail". Click each item to move it to the :guilabel:`Selected Items`. #. Now save your changes by clicking the :guilabel:`Save` button at the top. .. seealso:: For more details, see :ref:`t3tsref:static-includes`