Created
October 14, 2024 12:33
-
-
Save paulgibbs/70b9f26bdf20d04440098aec36b46fe6 to your computer and use it in GitHub Desktop.
Gutenberg ServerSideRendered block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div {...useBlockProps()}> | |
<Disabled> | |
<ServerSideRender | |
skipBlockSupportAttributes | |
block="my/nlock" | |
attributes={attributes} | |
/> | |
</Disabled> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment