Hi there,
I have created a new datatype (Archetype) and created 3 properties.
In my UI, I can see Heading field been displayed properly. However Panel Content property which is RTE-Vorto type doesnt load. and my console shows me an error.
Hi Ifrahim,
I'm afraid I don't quite have an answer for you but generally deeply nesting content like Archetype and Vorto is all too complex to Archetype & the Grid.
Have you considered wrapping the Archetype in a Vorto instead of wrapping fields in the Archetype fieldset in Vortos?
I understand that this would produce a different authoring experience.
Vorto inside Archetype Datatype
Hi there, I have created a new datatype (Archetype) and created 3 properties.
In my UI, I can see Heading field been displayed properly. However Panel Content property which is RTE-Vorto type doesnt load. and my console shows me an error.
GET http://localhost:60997/umbraco/backoffice/VortoApi/VortoApi/GetLanguages?section=content&id=1096&parentId=1080&dtdGuid=undefined 400 (Bad Request)
I assume this is because I dtdGuid valie is undefined. But I am not clear on how to fix this?
Kindly help me out.
Thanks
Hi Ifrahim,
I'm afraid I don't quite have an answer for you but generally deeply nesting content like Archetype and Vorto is all too complex to Archetype & the Grid.
Have you considered wrapping the Archetype in a Vorto instead of wrapping fields in the Archetype fieldset in Vortos?
I understand that this would produce a different authoring experience.
Thanks,
Jamie
Hi Ifrahim,
LIke Jamie said you need to wrap your archetype in a vorto field otherwise it won't work.
From my point of view it also provides a better editor experience, because the editor sees all the fields for one language in the same vorto tab.
In this article Jeroen describes this for nested content and vorto : http://24days.in/umbraco-cms/2015/multilingual-vorto-nested-content/
This is how we setup for a customer.
Dave
is working on a reply...