I have a page blue print that, among other straightforward things, requires two instances of three different content type. Each type - call them A, B, and C - has similar structured content, yet different.
AA
BB
CC
I’ve tried leveraging the structure type but it seems premised around having multiple instances of the content block it provides, while I need just two of each, and haven’t use for adding or deleting instances in place, or reordering them. I’ve also tried defining each of the instances required manually, but that is very repetitive with about five fields for each.
Is there a more suitable in-between solution?
I do like how the structure route provides both a modal for editing and a simple text view of the data, rather than having 30~ text fields taking up space on the page editor.
Example of a single one of these blocks:
field1:
label: Field 1 Label
type: url
field2:
label: Field 2 Label
type: text
placeholder: 0.00
width: 1/2
field3:
label: Field 3 Label
type: text
placeholder: 00
help: optional
width: 1/2
field4:
label: Field 4 Label
type: text
placeholder: 00
help: optional
width: 1/2
field5:
label: Field 5 Label
type: text
placeholder: 00
help: optional
width: 1/2