2017 © Pedro Peláez
 

drupal-module drupal-dragula

Carries the Drugula library

image

makinacorpus/drupal-dragula

Carries the Drugula library

  • Sunday, April 23, 2017
  • by pounard
  • Repository
  • 14 Watchers
  • 0 Stars
  • 15 Installations
  • CSS
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Dragula

This modules provides the Dragula library, with nothing else than a simple hook_library() implementation., (*1)

Its identifier is ['dragula', 'dragula']., (*2)

In order to use it, either add it as a dependency in your own library or attach it this way:, (*3)

$render = [
  // ... your element info, render array, ...
  '#attached' => [
    'library' => [
      ['dragula', 'dragula'],
    ],
  ],
];

The Versions

23/04 2017

dev-master

9999999-dev http://github.com/makinacorpus/drupal-dragula

Carries the Drugula library

  Sources   Download

GPL-2.0

23/04 2017

1.0.0

1.0.0.0 http://github.com/makinacorpus/drupal-dragula

Carries the Drugula library

  Sources   Download

GPL-2.0