Pods 3.3#7398
Merged
sc0ttkclark merged 67 commits intomainfrom May 1, 2025
Merged
Conversation
PR Summary
|
efad11a to
44428cc
Compare
Signed-off-by: Scott Kingsley Clark <scott@skc.dev>
The docs for datetime moved from: `https://docs.pods.io/fields/date-time-fields/datetime/` to `https://docs.pods.io/fields/datetime/` This PR updates the inline links to avoid a 404. Signed-off-by: Brooke. <hi@broo.ke>
This hook will override the WP Editor savePost action just like ACF (for the time being) until a stable PreSavePost hook becomes available. I've already added todo tags into the code as a reminder. Code is based on ACF: https://github.com/AdvancedCustomFields/acf/blob/6.3.8/assets/build/js/acf-input.js#L11285
At this point `wp.data.dispatch('core/editor')` is available React is not rendered yet so we can properly override the savePost function.
Signed-off-by: Jory Hogeveen <JoryHogeveen@users.noreply.github.com>
…ce the field label
Member
|
Codeception rest error is related to the WP 6.3+ min requirement and the Codeception/Slic tooling not yet supporting that version. |
JoryHogeveen
reviewed
May 1, 2025
JoryHogeveen
reviewed
May 1, 2025
JoryHogeveen
reviewed
May 1, 2025
JoryHogeveen
reviewed
May 1, 2025
JoryHogeveen
reviewed
May 1, 2025
JoryHogeveen
reviewed
May 1, 2025
JoryHogeveen
reviewed
May 1, 2025
| context={ context } | ||
| /> | ||
| </div> | ||
| <div {...useBlockProps()}> |
Member
There was a problem hiding this comment.
Suggested change
| <div {...useBlockProps()}> | |
| <div { ...useBlockProps() }> |
JoryHogeveen
reviewed
May 1, 2025
JoryHogeveen
reviewed
May 1, 2025
JoryHogeveen
reviewed
May 1, 2025
Co-authored-by: Jory Hogeveen <JoryHogeveen@users.noreply.github.com> Signed-off-by: Scott Kingsley Clark <scott@skc.dev>
Co-authored-by: Jory Hogeveen <JoryHogeveen@users.noreply.github.com> Signed-off-by: Scott Kingsley Clark <scott@skc.dev>
Co-authored-by: Jory Hogeveen <JoryHogeveen@users.noreply.github.com> Signed-off-by: Scott Kingsley Clark <scott@skc.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated changes by create-pull-request GitHub action