Replies: 1 comment
-
Are you trying to prevent your frontend from rendering the block, but still keep the block visible/editable on the backend (payload admin dashboard)? If so, the way we've achieved this is to add a field called "active" (checkbox type) that defaults to true. On the frontend we have a check like |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I need to temporarily disable some blocks from rendering while still keeping its data on the page. I wonder if there could a disable button in the block menu here?

Beta Was this translation helpful? Give feedback.
All reactions