Closed (fixed)
Project:
DROWL Paragraphs
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2023 at 15:07 UTC
Updated:
24 Mar 2023 at 08:54 UTC
Jump to comment: Most recent
According to https://www.drupal.org/project/drowl_media/issues/3346739 we need a further view mode "Media Object (horizontal)" in the Download Paragraphs view mode selection (field_paragraphs_nodeentityrefvm):

| Comment | File | Size | Author |
|---|
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
thomas.frobieterComment #3
anybodyEventually switch the list_string selection from configuration source for the values to a callback now already? #3261032: Move central options from taxonomies and select lists into (separate) module settings by callbacks
Comment #4
thomas.frobieterComment #5
thomas.frobieterComment #6
anybodyComment #8
anybody@thomas.frobieter looks like no change in paragraphs is required. This isn'T a
list_stringfield type as we though, butentity_reference_display.So we just have to add the view mode on the media entities as it seems, but I'll check that to be 100% sure.
Comment #9
anybodyOk seems it still needs changes on these settings in the config.
Comment #10
anybodyAdd in paragraph.attachments.field_paragraphs_nodeentityrefvm:
media_object: media_objectComment #11
anybodyHere we go, please review.
Comment #12
anybodyTested manually and seems to be fine. Let's merge this into dev.
Comment #13
anybody