[Feature]: Clone a page #5448
javadsamiee
started this conversation in
Roadmap Suggestions
Replies: 1 comment
-
Moved to Roadmap Suggestions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Clone a predefined page just with page ID. Create a new method under https://grapesjs.com/docs/api/pages.html#pages for cloning a page.
const pageId = pageManager.get('page-id'); pageManager.clone(pageId);
Beta Was this translation helpful? Give feedback.
All reactions