HELP.rdoc in radiant-copy_move-extension-2.4.8 vs HELP.rdoc in radiant-copy_move-extension-2.4.9
- old
+ new
@@ -19,17 +19,17 @@
This will copy only the selected page, no children will be copied.
==== Copy 'X' and its first-level children.
-This will copy the selected page and all pages one level below it in the tree.
+This will copy the selected page and all pages one level below it in the tree.
==== Copy 'X' and all of its children.
-This will copy the selected page and all pages below it in the tree.
+This will copy the selected page and all pages below it in the tree.
-==== Only move page.
+==== Only move page.
Only move the page, do not create a copy, note that all pages below it in the tree wil be moved as well.
=== Copy or move under
@@ -39,5 +39,24 @@
This allows you to set the status of the new page and all its children.
* If you choose the "Use the same status" option then all the pages will retain their existing statuses
* If you set to a status other than "Use the same status" then ALL the pages in the copied/moved tree will have their status changed.
+== Configuration
+
+=== Exclude pages from the new parent ('copy or move under') dropdown
+
+For larger sites, you may want to exclude certain pages from coming up in the "new parent" select for performance and/or usability reasons.
+There are 2 options:
+
+1/ Create a page field called "exclude_children_from_copy_move_target" to not display it's children in the list.
+2/ Set Radiant::Config["copy_move.exclude_archive_children"] to true to not display children from ArchivePages
+
+=== Copy page attachments
+
+When using the {clipped extension}[https://github.com/radiant/radiant-clipped-extension], you may want page attachments to be copied along.
+To achieve this, set Radiant::Config["copy_move.copy_page_attachments"]
+
+=== Copy related pages
+
+When using the {relations extension}[https://github.com/jomz/radiant-relations-extension], you may want related pages to be copied alond.
+To achieve this, set Radiant::Config["copy_move.copy_page_relations"]