You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
583 B
21 lines
583 B
metadata_profile.node_profile: |
|
path: '/admin/structure/types/manage/{content_type}/metadata_profile' |
|
defaults: |
|
_controller: '\Drupal\metadata_profile\Controller\MetadataProfileController::profile' |
|
_title: 'Metadata Profile' |
|
requirements: |
|
_access: 'TRUE' |
|
content_type: '[a-zA-Z_]+' |
|
options: |
|
parameters: |
|
content_type: |
|
type: string |
|
metadata_profile.test: |
|
path: '/test' |
|
defaults: |
|
_controller: '\Drupal\metadata_profile\Controller\MetadataProfileController::test' |
|
_title: 'Metadata Profile Test' |
|
requirements: |
|
_access: 'TRUE' |
|
|
|
|
|
|