Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maijs/entity_reference_hierarchy
Entity reference hierarchy - a Drupal 8 module that provides hierarchical entity reference field
https://github.com/maijs/entity_reference_hierarchy
drupal drupal-8 entity-reference
Last synced: 22 days ago
JSON representation
Entity reference hierarchy - a Drupal 8 module that provides hierarchical entity reference field
- Host: GitHub
- URL: https://github.com/maijs/entity_reference_hierarchy
- Owner: maijs
- Created: 2017-12-20T19:36:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T20:16:05.000Z (about 1 year ago)
- Last Synced: 2024-11-14T02:45:25.572Z (3 months ago)
- Topics: drupal, drupal-8, entity-reference
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Entity reference hierarchy
This is a Drupal module that provides hierarchical entity reference field.Entity reference field that comes with Drupal core allows creating a linear
list of entity references. This module allows creating hierarchical entity
references where each entity reference can be in a parent/child relationship
with another entity reference. It also supports revisions if used together
with [Entity reference revisions](https://www.drupal.org/project/entity_reference_revisions) module.## Example
- Reference (delta 0)
- Reference (1)
- Reference (2)
- Reference (3)
- Reference (4)
- Reference (5)
- Reference (6)
- Reference (7)Entity reference items can be dragged and dropped with the same UI that
handles taxonomy menu links hierarchy.## Installation
Download and enable as any other Drupal module.## Configuration
- Add a field of type *Entity reference hierarchy* or *Entity reference revisions hierarchy* to your entity.
- That's it. Start entering content.