You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project has always been to minimize the technical requirements to create a fully capable content entity. This is another task in the spirit of removing complexity for the most basic use case while maintaining a path for extensible entities.
The goad is to add derivers so the following link yamls are optional:
foo.links.action.yml
foo.links.task.yml
foo.links.menu.yml
The text was updated successfully, but these errors were encountered:
The deriver should be optional for a given entity because an entity might want to override the menu items. They should check for a local_task_provider entity handler that would supply the local tasks. The default provider should be in the content_entity_base module.
The goal of this project has always been to minimize the technical requirements to create a fully capable content entity. This is another task in the spirit of removing complexity for the most basic use case while maintaining a path for extensible entities.
The goad is to add derivers so the following link yamls are optional:
The text was updated successfully, but these errors were encountered: