-
Notifications
You must be signed in to change notification settings - Fork 1.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 new Structure field type #7936
Merged
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This comment was marked as resolved.
This comment was marked as resolved.
emmatown
force-pushed
the
structure-field
branch
from
September 27, 2022 05:36
16806ac
to
075bc9f
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a926dd0:
|
emmatown
force-pushed
the
structure-field
branch
from
September 27, 2022 05:38
486e761
to
b2b6b48
Compare
dcousens
force-pushed
the
main
branch
3 times, most recently
from
October 18, 2022 22:51
26e4ead
to
f2ca4d1
Compare
emmatown
force-pushed
the
structure-field
branch
from
October 24, 2022 01:01
5eded11
to
c60b429
Compare
dcousens
reviewed
Oct 25, 2022
emmatown
force-pushed
the
structure-field
branch
from
November 1, 2022 00:46
4b22cab
to
f18782d
Compare
emmatown
force-pushed
the
structure-field
branch
from
November 1, 2022 00:51
f18782d
to
1021275
Compare
emmatown
force-pushed
the
structure-field
branch
from
November 1, 2022 00:55
1021275
to
e04ee6e
Compare
emmatown
force-pushed
the
structure-field
branch
from
November 1, 2022 01:07
e04ee6e
to
c31a3b2
Compare
emmatown
force-pushed
the
structure-field
branch
from
November 1, 2022 03:59
c31a3b2
to
c4b109a
Compare
dcousens
force-pushed
the
structure-field
branch
from
November 10, 2022 06:04
d2124b8
to
3169539
Compare
dcousens
approved these changes
Nov 10, 2022
dcousens
force-pushed
the
structure-field
branch
from
November 10, 2022 06:50
a086cdd
to
bb35269
Compare
dcousens
force-pushed
the
structure-field
branch
from
November 23, 2022 04:39
46a13d0
to
a926dd0
Compare
Merged
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.
This pull request adds a new
structure
field type for thefields-document
package.This field type allows you to use the pre-existing
document-field
component blocks that integrate withfields-document
and use them to build a custom structured field, backed by JSON.This pull request doesn't add documentation as we are partially experimenting with this field, and it may change substantially in the future. That said, this field will still be covered by semver.