I'm looking for a way to copy/paste page-properties with content but haven't found any good solution yet.
Example: I have a page on my local Umbraco-installation and want to paste properties/content to an existing page on my staging-installation without changing any settings/another property for this page (that's why I don't use Umbraco-packages or uSync Content edition to do this).
This'll make debugging easier and also gives me the opportunity to gain full control editing my properties/content, for example if a bug has occurred.
Example from Camelonta CMS:
Is there already a plugin or another great solution for this?
Copy/paste content as JSON/XML
I'm looking for a way to copy/paste page-properties with content but haven't found any good solution yet.
Example: I have a page on my local Umbraco-installation and want to paste properties/content to an existing page on my staging-installation without changing any settings/another property for this page (that's why I don't use Umbraco-packages or uSync Content edition to do this).
This'll make debugging easier and also gives me the opportunity to gain full control editing my properties/content, for example if a bug has occurred.
Example from Camelonta CMS:
Is there already a plugin or another great solution for this?
Now I've finally made a plugin to do this: https://www.nuget.org/packages/UmbracoXmlEdit/1.0.0
is working on a reply...