praekelt / django-composer-prk

Compose pages from Jmbo and other content types
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[improvement] Add the ability to clone composer slots, rows, columns, tiles and contentblocks #3

Open jwfwessels opened 7 years ago

jwfwessels commented 7 years ago

Context:

Currently django-composer-prk doesn't allow a content admin to clone any of its structural elements in the CMS. This would allow content admins to more quickly build out pages with similar or the same structure.

Expectation:

Add a clone action to slots, rows, columns and tiles and contentblocks in the CMS

jbeyers commented 7 years ago

This is not going to happen in the standard admin UI, as it requires a nested deep copy of all the elements (or maybe not, not sure) and is waiting on a better react-based UI.