Does anyone know if the package AutoNode is working im Umbraco 8? Or does anyone know a way to create Nodes automatically by creating another node?
The situation is the following:
If my Client creates a Node of the type "contentPage" i want automatically to create a Node of the type "pageComponents" as an Children of the contentPage.
Autonode in Umbraco 8
Does anyone know if the package AutoNode is working im Umbraco 8? Or does anyone know a way to create Nodes automatically by creating another node?
The situation is the following:
If my Client creates a Node of the type "contentPage" i want automatically to create a Node of the type "pageComponents" as an Children of the contentPage.
Thanks
According to https://our.umbraco.com/packages/backoffice-extensions/autonode/ it seems it's not compatible yet.
In Umbraco 8 you can use somehting like the following code to achieve want you want:
Then you can register your custom component with a composer. See: https://our.umbraco.com/documentation/Implementation/Composing/ for getting started with Umbraco composing.
Hey,
Did you find a solution ? I'm sitting with a similar problem :)
is working on a reply...