Skip to content
Snippets Groups Projects

Created new README.md file

1 file
+ 63
0
Compare changes
  • Side-by-side
  • Inline
README.md 0 → 100644
+ 63
0
# Self Entity Reference field
Defines an entity reference to self via a computed field.
This allows rendering a node as an entity reference field with a different
display mode.
1. Displaying a "Hero" or header view mode within the full content view mode.
1. Rendering a different view mode within the search_index view mode. This can
be helpful if using layout builder on the full content view mode but want to
index additional fields.
For a full description of the module, visit the
[project page](https://www.drupal.org/project/self_entity_reference).
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/self_entity_reference).
## Table of contents
- Requirements
- Related modules
- Installation
- Configuration
- Maintainers
## Requirements
This module doesn't require any module outside of Drupal core.
## Related modules
- [Role Delegation](http://drupal.org/project/role_delegation)
- [RoleAssign](http://drupal.org/project/roleassign)
- [Administer Users by Role](http://drupal.org/project/administerusersbyrole)
modules that enable user access to assign roles to other users where the
auditing of Self Entity Reference field is a nice fit.
- [Role Change Notify](http://drupal.org/project/role_change_notify)
the mirror functionality of Self Entity Reference field, notifying the user
when a role is added to their account.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
## Configuration
Displaying a "Hero" or header view mode within the full content view mode.
Rendering a different view mode within the search_index view mode. This can be
helpful if using layout builder on the full content view mode but want to
index additional fields.
## Maintainers
- Chris Snyder - [chrissnyder](https://www.drupal.org/u/chrissnyder)
Loading