Multiple sub fields

Created on 11 June 2025, 3 days ago

Hello!

First of all, this module is great and what Drupal needs. Paragraphs frankly has too many restrictions.

But it would be nice if there was some form of custom fields inside custom fields. If you wanted to have say some shirt title, and then a variable number of sizes & colours, where each size has different colours. It is very difficult to do (where it is easy to do paragraphs inside paragraphs).

You can custom code the storage and handle this using the map field, but it would be nice if some form of this was built in.

Thank you!

✨ Feature request
Status

Active

Version

3.1

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada dubcanada

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @dubcanada
  • πŸ‡ΊπŸ‡ΈUnited States apmsooner

    Yeah I was gonna point you to the map field as a custom option but otherwise this request just can't happen. Per the screenshot on the module page showing what the db storage looks like, we're limited to what gets stored in a single row. This is an area where I'd recommend using Paragraphs as a wrapper that composes the title and a multi-valued custom field for the variations you're speaking of. It at least eliminates the need for child paragraphs that way. I myself still use paragraphs in the mix for scenarios like this.

Production build 0.71.5 2024