-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Reusable Blocks: Display reusable blocks in Autocompleter #3791
Comments
The patch uses the "editor"'s module state in the "blocks" module which is not great. But it's solvable by moving the |
Noting that this could potentially be implemented a few ways:
The issue with the second and third options is that it still assumes an editor state from within the blocks directory (where they are implemented). This could tie into needing to refactor state to more consolidate generalized blocks and editor behaviors, while separating out post editor specific behaviors. |
Could you elaborate on this, @aduth? Not sure what you mean by a callback.
We could add the |
#6067 fixed this. |
Reusable Blocks that the user has created should appear in the Autocompleter when the user types in the Reusable Block's title.
This patch that @youknowriad wrote is a good start to doing this.
The text was updated successfully, but these errors were encountered: