- last update
over 1 year ago Patch Failed to Apply - 🇨🇦Canada brunodbo
This patch adds an option to set the draggable option on the modal.
- last update
over 1 year ago 56 pass
Currently some modal options are hard-coded:
@Drupal\entity_browser\Plugin\EntityBrowser\Display\Modal
'fluid' => 1,
'autoResize' => 0,
'resizable' => 0,
Could these be made configurable? I have a use-case where I don't want the modal to be fluid.
Needs review
2.0
Display plugins
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This patch adds an option to set the draggable option on the modal.