Replies: 1 comment 5 replies
-
|
Hey @LengYXin! Puck is unopinionated on this, and I haven’t done it myself yet. Implementation would depend a lot on your requirements, but here are a couple of ideas:
Another API that might be useful is the Permissions API. With it, you can control what users are allowed to edit, create, or delete. That could help handle some of the editing restrictions that come from the template. These are just a few approaches, I’d be curious to hear how you end up implementing this! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
How to implement with Puck: the pages module inherits configurations from the templates module, the pages cannot modify the inherited configurations from the templates, and when the templates configurations are updated, the pages can automatically sync the updates? Seeking best practices.
Beta Was this translation helpful? Give feedback.
All reactions