Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midnightLuke/islandora_object_field
https://github.com/midnightLuke/islandora_object_field
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/midnightLuke/islandora_object_field
- Owner: midnightLuke
- License: gpl-3.0
- Created: 2016-04-01T20:55:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T21:14:15.000Z (almost 8 years ago)
- Last Synced: 2024-05-02T21:07:27.177Z (7 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- islandora_awesome - Islandora Object Field - Adds a new field type for "Islandora object" that allows users to reference objects on drupal entities. (The Islandora 7.x-1.x List / Utility Modules)
README
# Islandora Object Field
## Warning: Experimental Module
This module is very much an experiment and probably not in a production-ready
state, bugs and errors are likely.## Introduction
Provides a new field type, widget and formatter for "Islandora Object". On the
developer side integrates with the entity api to provide easier access to the
referenced object when developing.## Requirements
- [Islandora](https://github.com/islandora/islandora)
- [Entity API](https://www.drupal.org/project/entity)## Installation
Enable the module as usual.
## Configuration
Add a new field to any drupal entities with the field type "Islandora object" to
provide a direct reference to Islandora objects. Can be optionally limited by
object cmodel.## Alternatives
This module **only** aims to provide a field for referencing Islandora objects,
there are a couple of other modules that provide some actual data syncing and
views integration (and therefore integration with the entity reference module):- [Islandora Entity Bridge](https://github.com/btmash/islandora_entity_bridge)
- [Islandora Sync](https://github.com/Islandora-Labs/islandora_sync)## Maintainers/Sponsors
Current maintainer:
- [Luke Bainbridge](https://github.com/midnightluke)
## License
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)