-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add override
parameter to all block factories in @comet/blocks-admin
#3255
Conversation
24e5ba7
to
41f3010
Compare
override
parameter to all createBlock factory functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you considered adding it to createImageLinkBlock, createTextLinkBlock etc. as well?
packages/admin/blocks-admin/src/blocks/factories/createBlocksBlock.test.tsx
Show resolved
Hide resolved
Co-authored-by: Johannes Obermair <48853629+johnnyomair@users.noreply.github.com>
I would say we could do that in a follow up PR to keep it relatively small, as the functions you mention are in a different package anyways. what do you think? Edit: I made it inn this PR #3280 |
override
parameter to all createBlock factory functionsoverride
parameter to all blocks-admin
factory functions
@johnnyomair Can we merge this one? :) I will then rebase the next one #3280 and open it |
override
parameter to all blocks-admin
factory functionsoverride
parameter to all block factories in @comet/blocks-admin
Description
Acceptance criteria
Further information