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
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.
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