creating folders from ui

This commit is contained in:
2020-11-19 17:09:48 +01:00
parent 6718e5c9f9
commit 41177bd4e6
19 changed files with 122 additions and 297 deletions

View File

@@ -5,3 +5,11 @@ materio_flag.user_flagging_collections:
_title: 'User Flagging Colleciton'
requirements:
_permission: 'access content'
materio_flag.create_user_flagging_collection:
path: 'materio_flag/create_user_flagging_collection'
defaults:
_controller: '\Drupal\materio_flag\Controller\MaterioFlagController::createUserFlaggingCollection'
_title: 'Create User Flagging Collection'
requirements:
_permission: 'access content'