Comment to Duplicating page layouts
-
The feature makes good sense and will be scheduled. From what I understand you need to be able to save pages as “templates” and then reuse them when creating new pages. We have a somewhat similar pattern in Permissions builder where a new level can be created with same set of permissions as another level as a starting point. Pages are more complex because of multiple attributes that must be unique to a page and effectively copying them would require checking for those attributes and iterating them safely (for example, URL can be /page/start and when copying we need to change it to something like /page/start-12345).
Does this sound right? Will create a ticket one this discussion is resolved.