PECE-project / drupal-pece

PECE development repository
GNU General Public License v3.0
21 stars 28 forks source link

Review custom reference paragraph type #399

Open MegaKeegMan opened 4 months ago

MegaKeegMan commented 4 months ago

Meeting notes 2/23/24

Paragraphs are useful for embedding different entities into another node, like a PECE essay. There is no image artifact in a PECE essay, but still need an image.

The custom reference paragraph type gives people the ability to include images that may have been uploaded to an image artifact, for example. The paragraph type includes fields for video, audio, image, title, and link. We should consider what structure actually makes sense for this paragraph.

One of the panels we had for node panel allowed us to panopoly was giving ability to freely define custom panes. You could upload right into the page, image, video, etc. We converted to paragraphs to cover that same use case

Considerations

Does it require multiple fields? Can their just be a media paragraph type? Should this be split up into multiple paragraph types?