makinacorpus / drupal-dragula
Carries the Drugula library
Package info
github.com/makinacorpus/drupal-dragula
Language:CSS
Type:drupal-module
pkg:composer/makinacorpus/drupal-dragula
1.0.0
2017-04-23 15:38 UTC
This package is auto-updated.
Last update: 2026-03-11 01:08:21 UTC
README
This modules provides the Dragula library, with nothing else than a simple
hook_library() implementation.
Its identifier is ['dragula', 'dragula'].
In order to use it, either add it as a dependency in your own library or attach it this way:
$render = [ // ... your element info, render array, ... '#attached' => [ 'library' => [ ['dragula', 'dragula'], ], ], ];