Add a Title Formatter
Drupal core added entity properties like title to manage display settings, but needs a way to format the title. See how this...
Drupal core added entity properties like title to manage display settings, but needs a way to format the title. See how this...
View modes can now have a description. This issue is for adding descriptions to default display modes.
View mode descriptions are only visible in config pages, and not available on the manage display tab where you would be working...
Attach views to entities, as a pseudo field, using hook_entity_extra_field_info(), allowing it to be conf
New module, to replace Entity Usage.
See related issue.
Add single, definite article, plural labels for entities.
Includes tokens.
Collect and share bookmarks.
Create a content entity with properties to store HTML, CSS, and JS values. <?php namespace Drupal\code_sample\Entity; use Drupal...
Pseudo/extra field documentation.
How to render an entity form.