15 lines
440 B
YAML
15 lines
440 B
YAML
# Tabs on the profile admin page
|
|
entity.profile.collection_tab:
|
|
route_name: entity.profile.collection
|
|
base_route: entity.profile.collection
|
|
title: 'Profiles'
|
|
|
|
entity.profile_type.collection_tab:
|
|
route_name: entity.profile_type.collection
|
|
base_route: entity.profile.collection
|
|
title: 'Profile types'
|
|
|
|
# Add tabs for each profile type
|
|
entity.profile.user_profile_form:
|
|
deriver: Drupal\profile\Plugin\Derivative\ProfileLocalTask
|