How to make multipage editor? #192
Unanswered
Bhaliya-jigar
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I'm working on something similar. Basically I believe Craft is a page builder alone. So making it a multi page/ website builder you'd have to do that on your own implementation with Craft as the interactive tool for editing each page. If that makes sense. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Does anyone have any example code about this? |
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
-
How can i make multipage editor with Craft JS? Should i have to create separate
<Editor>
for each page ? i have started with this example. i have tried to add multiple<Frame>
within one<Editor>
without any luck.Beta Was this translation helpful? Give feedback.
All reactions