Skip to content

Commit

Permalink
Merge pull request #39 from studiopress/fix/posts-excessive-attributes
Browse files Browse the repository at this point in the history
Allow larger attributes by using new <ServerSideRender> prop
  • Loading branch information
kienstra authored Oct 13, 2020
2 parents 8a8a607 + b6b9e6a commit 60295cb
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 67 deletions.
1 change: 1 addition & 0 deletions js/blocks/components/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const Edit = ( { blockProps, block } ) => {
block={ `genesis-custom-blocks/${ block.name }` }
attributes={ attributes }
className="genesis-custom-blocks-editor__ssr"
httpMethod="POST"
/>
) }
</div>
Expand Down
Loading

0 comments on commit 60295cb

Please sign in to comment.