Skip to content

contentTypes multiple identical field groups #2401

Answered by I-Valchev
cereal2nd asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @cereal2nd , welcome to Bolt! There are a couple of things to consider here.

  1. Are the artists the same across different events? If yes, you may want to create an Artist content type, which is configured with viewless: true and you can "link" each artist to an event using Relations or a Select field
  2. If the artists are not the same (or you want them completely separate for another reason), then you're most likely looking for a Collection field. The collection will repeat, as many times as you wish, the fields that you define in it. It's often used together with a Set field, which groups several other fields into one.

For example, a collection of any number of Authors, where each Author…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cereal2nd
Comment options

@I-Valchev
Comment options

Answer selected by cereal2nd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants