Issue #2902187 by amateescu, timmillwood, Sam152, webchick, Manuel Garcia, xjm, plach, DuneBL, larowlan, Bojhan, jibran, Berdir, jojototh: Provide a way for users to moderate content
2018-01-15 20:38:22 +00:00
|
|
|
content_moderation.admin_moderated_content:
|
|
|
|
path: '/admin/content/moderated'
|
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\content_moderation\Controller\ModeratedContentController::nodeListing'
|
|
|
|
_title: 'Moderated content'
|
|
|
|
requirements:
|
|
|
|
_permission: 'view any unpublished content'
|
|
|
|
|
Issue #2843083 by timmillwood, Manuel Garcia, Sam152, naveenvalecha, amateescu, yoroy, Gábor Hojtsy, xjm, jojototh, Bojhan, lauriii: Select entity type / bundle in workflow settings
2017-05-12 08:21:36 +00:00
|
|
|
content_moderation.workflow_type_edit_form:
|
|
|
|
path: '/admin/config/workflow/workflows/manage/{workflow}/type/{entity_type_id}'
|
|
|
|
defaults:
|
2017-08-01 08:08:48 +00:00
|
|
|
_form: '\Drupal\content_moderation\Form\ContentModerationConfigureEntityTypesForm'
|
|
|
|
_title_callback: '\Drupal\content_moderation\Form\ContentModerationConfigureEntityTypesForm::getTitle'
|
Issue #2843083 by timmillwood, Manuel Garcia, Sam152, naveenvalecha, amateescu, yoroy, Gábor Hojtsy, xjm, jojototh, Bojhan, lauriii: Select entity type / bundle in workflow settings
2017-05-12 08:21:36 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer workflows'
|