PHPackages                             makinacorpus/drupal-unoderef - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. makinacorpus/drupal-unoderef

ActiveDrupal-module

makinacorpus/drupal-unoderef
============================

Handle nodereferences with drop areas as widgets

1.0.1(7y ago)01261GPL-2.0-or-laterPHP

Since May 30Pushed 7y ago8 watchersCompare

[ Source](https://github.com/makinacorpus/drupal-unoderef)[ Packagist](https://packagist.org/packages/makinacorpus/drupal-unoderef)[ Docs](http://github.com/makinacorpus/drupal-unoderef)[ RSS](/packages/makinacorpus-drupal-unoderef/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (12)Used By (0)

Simple node-reference like module
=================================

[](#simple-node-reference-like-module)

This modules provides a simple node-reference like field, and a drag'n'drop widget to manipulate it.

Getting started
===============

[](#getting-started)

Set-up
------

[](#set-up)

Install the module, create a field, you're good to go.

Use with Dragula
----------------

[](#use-with-dragula)

This is the recommended version, for this to work, you need to download and install the `dragula` Drupal module, which can be pulled using composer:

```
composer require makinacorpus/drupal-dragula
drush -y en dragula
```

This is a drag and drop based widget, in order to work, you must have draggable elements in the page. If you are using this module as a dependency of the [µCMS module](https://packagist.org/packages/makinacorpus/drupal-ucms) then you have nothing to do, in all other cases, you must provide in the page a content selector whose markup respect those rules:

- container must carry the `data-layout-source=1` attribute;
- elements must carry the `data-item-type=node` attribute;
- element must carry the `data-item-id=NID` attribute (where NID is te node identifier);
- element should carry the `data-bundle=BUNDLE` attribute (where BUNDLE is the node type).

For example:

```

    Page 1
    Any content, could be a view mode.

    Article 2
    Any content, could be a view mode.

```

There is nothing else to do, the JavaScript code will automatically find all content sources that matches those conditions, and use it for drag and drop.

Use with jQuery sortable/droppable
----------------------------------

[](#use-with-jquery-sortabledroppable)

This is not supported anymore, but you may still use the legacy jQuery based version. It needs to be documented.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 73.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~85 days

Recently: every ~108 days

Total

10

Last Release

2867d ago

Major Versions

1.0.0-alpha5 → 2.0.0-alpha12017-04-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/69252826f3a70a19fc5dcefb7ef9d26d465bb300245641abb4dd89d0ec391a66?d=identicon)[pounard](/maintainers/pounard)

![](https://www.gravatar.com/avatar/d21b98752b406528da88850922b1061f39bf72eb2126b413d5c12e275811a40b?d=identicon)[Makina Corpus](/maintainers/Makina%20Corpus)

---

Top Contributors

[![SebCorbin](https://avatars.githubusercontent.com/u/645207?v=4)](https://github.com/SebCorbin "SebCorbin (17 commits)")[![pounard](https://avatars.githubusercontent.com/u/341855?v=4)](https://github.com/pounard "pounard (6 commits)")

---

Tags

drag-and-dropdrupalentity-referencewidget

### Embed Badge

![Health badge](/badges/makinacorpus-drupal-unoderef/health.svg)

```
[![Health](https://phpackages.com/badges/makinacorpus-drupal-unoderef/health.svg)](https://phpackages.com/packages/makinacorpus-drupal-unoderef)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
