This project is not covered by Drupal’s security advisory policy.

This module provides a developer API for defining and using third-party entity options through the Plugin API. With this module installed developers define their third-party options as plugins, and the API takes care of providing a form interface, placing the options on the entity or entity type edit pages, storing and retrieving option values.

The API allows for defining options as simple as flag options (on/off values), or complex multi-field options. The values are attached to entities automatically, and are available in $entity->entity_options property.

NOTE: Currently only Node entity is supported.

Dependencies:
- latest FormAlter as Plugin - provides form alter functionalities.

Project information

Releases