Node
When we use multifield it creates node on /content/{page}/jcr:content/{component}/node.
Basically creates node under component.
Is There a way without using multifield we can create node under /content/{page}/jcr:content/{component}/node.
Out Of The BOX.
Because for eg:- i have component which use 2 buttons 1> PrimaryButton . 2> SecondaryButton
as both are button they will have same props.
Is there a way without multifield i can create node like this under the component.
/content/{page}/jcr:content/{component}/
+{primarybutton}
+{secondarybutton}
