-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
I think it would be useful to be able to clone part of an existing simple content tree within a site. For example, lets say we have a whole tree of pages of documentation for a product at version 1.0. Now we release a new product version 1.1 but not everyone may be using that new product version yet. The product documentation needs to be duplicated and enhanced for the new product version (new features etc), while the old product docs remain unchanged.
The interface might just need four inputs
- A drop down list of existing pages, with their position in the tree. The selected page becomes the starting point for the clone.
- A drop down list of existing pages with their position in the tree. This selects the parent which will be the destination for the pages being copied.
- An input box for the new name for the page selected in 1. When the page tree is copied to the new parent, the top page will get a new name/title.
- A tick box asking if just the one page should copied or if the copy should recurse down through child pages.
Comments/upvotes please!