In the "Comparison to similar modules" section on the https://www.drupal.org/project/multifield page I would like to see a comparison with Paragraphs bundles which appears to have very similar functionality

Comments

drupalshrek created an issue. See original summary.

drupalshrek’s picture

Issue summary: View changes
drupalshrek’s picture

A start to the comparison:

  • With Paragraphs, a field bundle always has the type "Paragraphs" with the particular bundles defined as a value within the Paragraphs. Compare with Multifield where you give each multifield paragraph bundle a name.
  • Paragraphs stores data as fields (the same as Multifield)
  • Paragraphs can have the sub-fields be multi-value (The sub-fields inside Multifield are, by contrast, limited to one value.)
dave reid’s picture

How does the Paragraphs module actually store the field values in the database? That is an important distinction of how multifield works and is designed.

informatikadomicile1’s picture

Hello
Which one is the better to render an array of value?