Hello all;
I saw that can't insert an nt:unstructured node under an nt:folder node.
I want to know if if I declare a new custom node type of nt:folder
(mynew:ntfolder), is there a way to do that this kind of node will allow to
insert a nt:unstructured under it?
+++++
| Node| (mynew:ntfolder)
| A |
+++++
|
|_______
|
+++++++
| Node B | (nt:unstructured)
+++++++
|________ (whatever propertie I need at run time)
|________ (whatever propertie I need at run time)
How would be the customnodetype.xml for this case?
Regards
Helio