Closed (fixed)
Project:
Media entity
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Sep 2014 at 12:40 UTC
Updated:
14 May 2016 at 21:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
slashrsm commentedComment #2
slashrsm commentedComment #3
slashrsm commentedAttached patch adds "Field mapping" section to the media bundle config form:
It gets list of all metadata fields type plugin provides and allows user to select which entity field those should be mapped to.
Had to change field_map schema definition to "ignore" as it was incomplete. We should find some other solution. I am not sure if core provides and data type that could be used. Otherwise we'll have to implement a custom one.
Comment #5
slashrsm commented@Berdir suggested to use sequence.
Comment #7
slashrsm commentedLet's see if this passes.
Comment #9
slashrsm commentedAnother try... Passes locally and testbot complains.
Comment #11
slashrsm commentedComment #14
slashrsm commentedCommitted.