Hi everyone,
My question is about creation of datum dynamically. For example, i have a DCR datum in my content xml.
<Datum ID="01" Name="Show Level" Type="DCR">
<DCR Category="mycategory" Type="mydatatype">templatedata/mycategory/mydatatype/data/test</DCR>
</Datum>
The test DCR contains some sections, for example Menu 1, Menu 2, Menu 3 and so on.
Is it possible to read this DCR and generate dynamic datum in the component properties whereby the user is able select one section specifically?
Thank you.