Matteo Pelucco ha scritto:
Will Scheidegger ha scritto:
Have a look at the file
/repositories/magnolia/repository/nodetypes/custom_nodetypes.xml to
see what built in types there are. The types you define in the data
module are also added to this file by the way.
will
Oh, right!
Thanks for this hint!
Let's go trought...
I see here that there can be nodeType with "SuperTypes".
Sorry for my hurry... with the word "here" I would like to refer to XML
file:
/repositories/magnolia/repository/nodetypes/custom_nodetypes.xml
see e.g. around first lines this fragment:
<nodeType hasOrderableChildNodes="true" isMixin="false"
name="myTestDataType" primaryItemName="">
<supertypes>
<supertype>dataItem</supertype>
</supertypes>
</nodeType>
Thanks to all... also for patience!!
Matteo
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------