typo3 - How to Create a Multi-Column Custom Content Element -
i'm trying create custom two-column content element in typo3 neos. i'm aware neos shipped multi-column functionality, particular case need create own custom content element.
so far i've been able create 1 of columns (see below gist code). however, try add second column, page turns blank , no further changes can made.
gists
- 1 column activated (working properly): https://gist.github.com/anonymous/c5f33c7923faae26aa1a
- 2 columns activated (not working): https://gist.github.com/anonymous/85fc6994e9e2c5892a11
any idea why happening, or how solve / build multi-column custom content element in neos?
i found solution! had execute following flow command create missing node: ./flow node:autocreatechildnodes --node-type daniel.multicolumn:twocol
Comments
Post a Comment