-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Home Link block: add more shapes & allow inserting anywhere #49282
Comments
A shape block in general may be fun. |
I found that to insert the block anywhere there needs to be a way to detect, in PHP, if the block is inside the navigation block or not. There is no built in way to do this currently. |
Navigation block seems to provides/adds lot of context. Maybe we could use this info to determine if it's inside a Navigation block? 🤔 . From some super quick testing(removing the |
We should have block context coming from Navigation if it's a child of Navigation. So it should be possible. We probably do something similar for Page List. |
We should add some shapes to home link block (circle, dot, square, triangle) and allow inserting anywhere (outside nav menu). It's a highly convenient way of linking to the home if you don't want to use the site title name. Here's a video demonstrating current limitations (lack of shapes and inability to insert elsewhere):
home.link.mov
Pulled from: #48443
The text was updated successfully, but these errors were encountered: