7.0.5 (2021-11-24)

Overview of merged pull requests

BUGFIX: prevent failure for disabled superTypes

When there are disabled superTypes in NodeTypes, an exception is thrown. This happens when a superType is disabled in a NodeType and no specific editor is defined.

```yaml ‘My.Package:FormElement’:

superTypes:

‘Neos.Form.Builder:FormElement’: true ‘Neos.Form.Builder:LabelMixin’: false

properties:
property:

type: string ui:

label: i18n

```

This issue was introduced in neos/neos-development-collection#3395

Closes neos/neos-development-collection#3520

  • Packages: Neos

Detailed log