-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
Kyle Weems edited this page Apr 26, 2017
·
6 revisions
You can add the Sortable Drag and Drop Media package to Umbraco using the same steps as any other package, which are recreated here for your convenience.
- Download the package zip file.
- In your Umbraco back office, navigate to Developer > Packages and click the "Install Local" icon in the upper right of the page.
- Either drag the zip file onto the provided frame or click on the "or click here to choose files" link and select the zip file using your file explorer.
- Accept the terms of use and hit "Install Package". Hit "Finish" once prompted.
Once you've installed Sortable Drag & Drop Media you can substitute the standard Umbraco grid list view for your media items with it after a bit of configuration.
- In the "Settings" page, navigate to "Media Types".
- Click on the "..." to the right of "Media Types" and select a "Media Type" and hit "Create".
- Set up your media type with the name of your choice.
- Add a new tab, such as "Content", and in the tab click "Add Property". Name it as you wish and click "Add Editor."
- Select "List View - Media" from the available editors and hit "Submit", then select the gear icon for the property editor.
- Click "Add Layouts" under Layouts, add a name of your choice, and insert "/App_Plugins/SortableDragAndDropMedia/views/SortableDragAndDropMediaView.html" in the Layout Path.
- Remove the other list views if you don't wish to use them (We recommend at least removing "Grid") before submitting the new property to close the dialog.
- Make sure your media folder has permission to be wherever you need it in the media tree and that you've established allowed child node types via the "Permissions" configuration you can reach via the icon in the upper right.
Now you just need to add your new folder type in your media tree wherever you want it and you're good to go!