Skip to content

Optimized export and excluded fields

Compare
Choose a tag to compare
@Benjamin-K Benjamin-K released this 04 Oct 08:08
· 14 commits to master since this release
9549af9

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.