Should live on bundle edit form or on individual field edit forms.
Follow-up of #2335645: Implement support for media type plugins (providers).
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 2336157_11.patch | 13.6 KB | slashrsm |
| #9 | interdiff.txt | 2.49 KB | slashrsm |
| #9 | 2336157_9.patch | 14.04 KB | slashrsm |
| #7 | interdiff.txt | 855 bytes | slashrsm |
| #7 | 2336157_7.patch | 12.39 KB | slashrsm |
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.