-
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
Add anchor support to static blocks #23197
Conversation
Size Change: +236 B (0%) Total Size: 1.12 MB
ℹ️ View Unchanged
|
@youknowriad This is great! Tested it locally, and it works as expected! 👍 The only observation/suggestion I have is to maybe add (Note: I recognize that the It would avoid interactions like this: (Chrome) |
883460e
to
4605974
Compare
Good suggestion @ItsJonQ Fixed. |
Thanks for looking at this one. It makes sense to extend this support since people are already attempting to do it by hand and running into validation issues. |
This is very helpful! Thank you. |
THANKS to all who helped get it this far! |
Related #21023
This PR adds anchor support to several blocks and updates the transforms to retain the attribute when transforming blocks.
the reasoning is:
Notes
I'd like to do the same for dynamic blocks too. Work around support flags for dynamic blocks is being done here #23007 We should circle back to the anchor support too once it lands.
Testing instructions