Optimized export and excluded fields
New configuration nodeTypesIgnoredInFinisher
and nodeTypesIgnoredInExport
is added to prevent the storage / output
of fields configured.
The following types are excluded from storing by default:
- Neos.Form.Builder:Section
- Neos.Form.Builder:StaticText
The following types are excluded from export by default:
- Neos.Form.Builder:Section
- Neos.Form.Builder:StaticText
- Neos.Form.Builder:Password
- Neos.Form.Builder:PasswordWithConfirmation
Thx to @lorenzulrich for his contribution.