Bug #53463

Nested Child Nodes for new node creation

Added by Torsten no-lastname-given over 1 year ago. Updated 10 months ago.

Status:Closed Start date:2013-11-08
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

hey,
it would be great if we could define a node type that automatically creates nested child nodes. For example a page type that automatically creates a main content collection (as it does atm) which is repopulated with a two column layout node.

Could look something like this in NodeTypes.yaml:

'MyPackage:BlogPage':
  superTypes: ['TYPO3.Neos:Document']
  childNodes:
    main:
      type: 'TYPO3.Neos:ContentCollection'
      childNodes:
        twoColumnLayout:
          type: 'TYPO3.Neos.NodeTypes:TwoColumn'

What do you think?

History

#1 Updated by Philipp Hanebrink 10 months ago

  • Status changed from New to Closed

Also available in: Atom PDF