diff --git a/README.md b/README.md index ace27fd..ce5c048 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## INTRODUCTION -The Islandora Inplace Media module allows users ti create and attach media from files staged on the server. +The Islandora Inplace Media module allows users to create and attach media from files staged on the server. ## INSTALLATION diff --git a/islandora_inplace_media.links.menu.yml b/islandora_inplace_media.links.menu.yml new file mode 100644 index 0000000..8467be9 --- /dev/null +++ b/islandora_inplace_media.links.menu.yml @@ -0,0 +1,7 @@ +islandora_inplace_media.admin_media_settings: + title: 'Add media from directory' + description: 'Create media from file directory' + route_name: islandora_inplace_media.create_media_from_file + parent: system.admin_config_media + menu_name: administration + weight: 10 \ No newline at end of file