TypoScript
Here you can find the module configuration available in TypoScript.
Any setting needs to be prefixed with module.
formDto
- Property
- formDto
- Data type
- string
- Default
- Oktopuce\SiteGenerator\Dto\SiteGeneratorDto
- Description
- Class name for DTO (Data Transfer Object) used for data exchange between form and wizard
pidFeGroup
- Property
- pidFeGroup
- Data type
- integer
- Default
- 0
- Description
- Page Id for FE group creation - should be a folder - if set to 0, no FE group will be created
storageUid
- Property
- storageUid
- Data type
- integer
- Default
- 1
- Description
- Storage uid used for folder creation (0 = no folder creation, 1 = default storage - i.e. fileadmin)
hideHomePage
- Property
- hideHomePage
- Data type
- boolean
- Default
- 0
- Description
- Set this to '1' if you want to set home page as hidden
Since version 3.1 TypoScript configuration (setup only) can also be overridden with Page TSConfig
See also