-
Notifications
You must be signed in to change notification settings - Fork 25
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
Feature: Synced Patterns, Overrides, and Block Bindings API pages #171
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @colinswinney 👋 Thank you for this ❤️ I'll review it in depth soon! In the mean time there seems to be a build failure. You should be able to test it locally by running the build instead of watch command :) |
Thanks @fabiankaegy, got the build sorted out now. Let me know your thoughts, there's definitely some opinionated sections so I would love to know if you feel it meets best practices. |
@colinswinney I added some comments right in the vercel preview :) (I thought they would sync back here but they don't :( Let me know if you have any issues seeing them) |
|
||
![Call to action with default settings applied](../../static/img/block-pattern-call-to-action-example.jpg) | ||
<br/> | ||
*Call to action with default settings applied* |
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.
The core post meta bindings are now also editable inline in the editor which may be nice to add :)
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.
I'm not familiar with that, can you expand upon this or perhaps share a screenshot?
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.
In WordPress 6.6 it is now possible to actually edit the value that is saved in post meta right inline as you are editing the text of a bound block. So it no longer just displays the text but now also allows you to update it.
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.
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.
It might only be possible to edit bound fields that are not inside of synced patterns.
We can leave it out for now :)
Description of the Change
This PR reorganizes the reference pages to include a separate section for Patterns. Additionally it creates reference material for Synced Patterns, Synced Pattern Overrides, and the Block Bindings API.