Integrate mosparo Form into your TYPO3
Include static TypoScript via site set (TYPO3 v13 and above)
Attention
mosparo Form depends on Fluid Styled Content.
You need to include Fluid Styled Content by site sets or TypoScript
This extension comes with a site set called denkwerk/
. To use it include
this set in your site configuration via
config/sites/my-site/config.yaml (diff)
base: 'https://example.com/'
rootPageId: 1
+dependencies:
+ - denkwerk/mosparo-form
Copied!
See also: 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 Site Management > Sites
- Edit your site configuration.
- In section Sets for this Site chose site set denkwerk/mosparo-form.
Include static TypoScript via TypoScript module
Attention
mosparo Form depends on Fluid Styled Content.
You need to include Fluid Styled Content by site sets or TypoScript
This extension comes with static TypoScript that should be included if it has not been set in the site set.
- Go to section Includes > Include static (from extensions).
- You should find the item "denkwerk - mosparo integration for EXT:form and Extbase-based forms" in the list Available Items. Click on this item to make it appear in the list Selected Items.
- Now save your changes by clicking the Save button at the top.
See also
For more details, see Include TypoScript from extensions