Closed (fixed)
Project:
Scald: Media Management made easy
Version:
7.x-1.x-dev
Component:
Library/DnD
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2015 at 15:03 UTC
Updated:
23 Jun 2015 at 13:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nagy.balint commentedThis patch will add this functionality.
Comment #2
gifad commentedHi,
Another option would be to set up this option, not at a global level, but for each edit instance;
I did it for the “Alignment” option, which is often a design requirement for a given content type; I've no time to supply a patch now, but implementation is fairly easy : just duplicate code around “
data-dnd-context”, replacing by “data-dnd-align” (or “data-dnd-caption” for this issue)Comment #3
nagy.balint commentedHi!
A patch would be welcome when you have time.
The main question regarding the caption, is whether it is a likely use case that a client would like to specify that for each textarea separately. At least on our sites it is always off by default on all textareas, but maybe there is a situation where only certain textareas should get a caption by default.
Considering this however https://www.drupal.org/node/2425881
Maybe this patch could be committed as is, and then the field settings would just be able to override that global setting where needed.
Comment #4
nagy.balint commentedIf anyone is against committing this as is as a global setting (with possible future improvement of per field override) let me know.
Comment #6
nagy.balint commented