-
What is the best way to have multiple canvases which uses the same block manager, style manager and ... (if it's possible) like the image below. Currently, I'm using I saw the page manager in the API references, but I couldn't understand what is it, maybe it's what I want here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There was a good example about pages module in its implementation pull request, which you can find here. It was what I wanted. |
Beta Was this translation helpful? Give feedback.
There was a good example about pages module in its implementation pull request, which you can find here. It was what I wanted.