Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
media system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jun 2017 at 13:39 UTC
Updated:
22 Jun 2017 at 13:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leers#2831936: Add "File" MediaSource plugin landed!
Comment #3
wim leersAccording to https://en.wikipedia.org/wiki/OpenDocument:
Added all of those.
Comment #4
wim leersNow added support for https://en.wikipedia.org/wiki/IWork:
.pages,.numbersand.key.Comment #5
wim leersAnd finally, this only supported
.docand.docx. What about.xls+.xlsxand.ppt+.pptx? Added those too.Comment #6
dinesh18 commentedIt would be great if we could have a configuration section at the back-end, so that according to the need, user can enter different formats.
Correct me if I am wrong.
Comment #7
phenaproximaThat already exists as part of the Field UI :) Although in this case the field is locked to prevent deletion, so I don't know if the user is allowed to change the settings.
In any event, we are aware of that ask and have a follow-up issue opened somewhere in which we will address it :)
Comment #8
dinesh18 commentedThanks @phenaproxima.
#5 Looks good to me. +1 to RTBC
Comment #9
phenaproximaI agree. Tests have passed, and I personally don't see any reason to add additional test coverage for this. RTBC.
Comment #11
catchCommitted/pushed to 8.4.x, thanks!
Comment #12
gábor hojtsy@Dinesh18: we have #806102: Locked fields can change the widget but not settings to figure out how to change settings on a locked field :)
Comment #13
dinesh18 commentedThanks @Gábor Hojtsy. I will have a look and try to contribute on it.