lab: Section to fields migration steps - #8385
Closed
bastianallgeier wants to merge 5 commits into
Closed
Conversation
Closed
bastianallgeier
force-pushed
the
v6/feat/section-to-field-migration
branch
from
August 15, 2026 18:59
c62eaa2 to
19c15b1
Compare
bastianallgeier
force-pushed
the
v6/section-to-fields
branch
from
August 16, 2026 08:18
965a02f to
ed79ff2
Compare
bastianallgeier
force-pushed
the
v6/feat/section-to-field-migration
branch
3 times, most recently
from
August 16, 2026 08:39
3cea27c to
7bdce1f
Compare
bastianallgeier
force-pushed
the
v6/section-to-fields
branch
from
August 16, 2026 10:10
ed79ff2 to
563b88f
Compare
Member
|
@bastianallgeier Tested this quite thoroughly — all section types convert correctly, plugin sections still work through the adapter, layouts (tabs, columns, mixed) come out right, name clashes fail loudly, and I couldn't find any test regressions. Really nice work 👍 One thing I did find: two title: Reference lists collide
fields:
one:
label: One
type: text
two:
label: Two
type: toggle
sections:
first:
type: fields
fields:
- one
second:
type: fields
fields:
- twoBoth fields disappear and you get |
bastianallgeier
force-pushed
the
v6/section-to-fields
branch
from
August 16, 2026 14:50
563b88f to
5795d1c
Compare
bastianallgeier
force-pushed
the
v6/section-to-fields
branch
from
August 17, 2026 07:11
5795d1c to
a7786f1
Compare
bastianallgeier
force-pushed
the
v6/feat/section-to-field-migration
branch
13 times, most recently
from
August 17, 2026 09:54
815bb14 to
440d123
Compare
bastianallgeier
force-pushed
the
v6/section-to-fields
branch
from
August 17, 2026 09:58
7967e42 to
6f72550
Compare
bastianallgeier
force-pushed
the
v6/feat/section-to-field-migration
branch
from
August 17, 2026 10:00
440d123 to
8e956f8
Compare
bastianallgeier
force-pushed
the
v6/feat/section-to-field-migration
branch
from
August 17, 2026 10:55
8e956f8 to
e383e09
Compare
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.
Description
Don't review yet. This is only for me as a reference for the required steps