For catalogue items we are using complex documenttype (dynamic created with embeddedblocks) wrapped inside nestedcontent (to simulate datatype - Jeroen B. tutorial: nestedcontent-vorto) and vorto (umb 7.14, vorto 1.71).
So far so good - even with very complex structure, everything work well.
The problem we have now is that editors who edit one language first, want to copy structure and content to another language. I only found this two links
Has somebody tried to make vorto enhancment to grab json of one lang (structure and content!) and copy it to another lang (there's no need to check for overwritting existing content on other langu, as this would be rather easy to achieve if core functionality will work)?
Vorto, copy complex data from one lang to another
Hi,
For catalogue items we are using complex documenttype (dynamic created with embeddedblocks) wrapped inside nestedcontent (to simulate datatype - Jeroen B. tutorial: nestedcontent-vorto) and vorto (umb 7.14, vorto 1.71). So far so good - even with very complex structure, everything work well.
The problem we have now is that editors who edit one language first, want to copy structure and content to another language. I only found this two links
https://github.com/umco/umbraco-vorto/issues/52 https://github.com/anth12/umbraco-vorto/tree/copy-value
Has somebody tried to make vorto enhancment to grab json of one lang (structure and content!) and copy it to another lang (there's no need to check for overwritting existing content on other langu, as this would be rather easy to achieve if core functionality will work)?
Best regards, /Asembli
Ok,
if someone is interested in this, here is the solution (be aware that this intervene in vorto's core)
1) add notificationsService at vorto.js controller
2) add this to vorto.js
3) add this to vorto.html, as last tab, behind icon-globe
4) add this to vorto.css
5) and the result
PS: maybe it is not obviously at first sight, but it copy also the whole structure eg. nested-content, embedded-block etc.
Best regards,
/Asembli
is working on a reply...