monsieurbiz / SyliusRichEditorPlugin

This plugin add a rich editor on fields to be able to drag and drop elements and edit it.
MIT License
65 stars 37 forks source link

[Feature proposal] Copy to clipboard/import from clipboard #93

Open armellarcier opened 3 years ago

armellarcier commented 3 years ago

This is just an idea to save some time while editing content.

Use case

I created my french content with a stack of lots of different elements and I want to translate it all to english.

I'd like to not re-create the structure by hand.

Solution

  1. Click "copy elements to clipboard" in the french content section of the form Json get copied to my clipboard

  2. Click "import elements from clipboard" in the english form section Json is pasted and elements are created

Options

jacquesbh commented 3 years ago

Hi @armellarcier!

That's a pretty good idea actually. It could be done easily without even having to use the clipboard. We could use the local storage to provide such experience. It could be great to allow duplication of Ui Elements as well.

Using the local storage would allow to copy elements from another page as well.

So, maybe we can do something nice about it!