Extension Reference Field
This module adds a field type that allows you to reference other Drupal extensions, such as modules, themes, or profiles. This enables you to create relationships between different parts of your Drupal installation.
This Drupal module provides an extension reference field type. It allows you to create fields that reference other extensions in your Drupal site. All extension types are supported, including modules, themes, and profiles.
Post-Installation
After installing the module, you can create an extension reference field by following these steps:
1. Navigate to the Manage Fields page of the content type you want to add the field to (`/admin/structure/types/manage/[content-type]/fields`).
2. Click the Add field button.
3. Select Extension from the list of field types.
4. Select the extension type you want to reference from the Extension type dropdown.
5. Save the field settings.