0
votes

I'm trying to create a custom two-column content element in Typo3 Neos. I'm aware that Neos is shipped with multi-column functionality, but for this particular case I need to create my own custom content element.

So far I've been able to create one of the columns (see below gist for code). However, as soon as I try to add the second column, the page just turns blank and no further changes can be made.

Gists

Any idea why that is happening, or how to solve this / build a multi-column custom content element in Neos?

1
Could you give some more details about the error? Either the Neos logs or the php logs should give you a hint on what is wrong. I guess a YAML formatting problem, but I cannot see it in your gist (which looks fine). - ChristianM
@ChristianM I took a look at the log files and it seems to be a problem with resolving the node of the second column. On the following link you can find both the excerpt from the system.log of Neos as well as the referenced exception: gist.github.com/anonymous/5390832d7e22b47bec88 - dlange87

1 Answers

0
votes

I found the solution! I simply had to execute the following flow command to create the missing node: ./flow node:autocreatechildnodes --node-type Daniel.MultiColumn:TwoCol