Orchard module that enhances the functionality of the existing import export module. The primary goal of this module is to let content admins export specific content items instead of having to export all content of a particular type and then wrangle with XML to get the desired content items.
Currently under development.
Download module source code and place within the "Modules" directory of your Orchard installation.
Alternatively, use the command below to add this module as a sub-module within your Orchard project.
git submodule add git@github.com:moov2/Moov2.Orchard.ImportExport.git modules/Moov2.Orchard.ImportExport
Enable the "Moov2.Orchard.ImportExport" module.
Once enabled, the Import/Export section within the Admin dashboard will have an additional tab named "Export Content". This tab contains a similar view to the content list. However, it contains all content types (not only Listable
content types) and has the ability to select items that can be bulk exported. Shown below is a demo of this new tab.
This module will also add actions to cater for export a specific content item. When viewing the content list within the admin area, this module will display an "Export" option in the summary admin menu for a content item. This option will only display if the user is authorised to export the content item.
When editing a content item within the admin area, if the user is authorised, there is the option to export the content item. Any unsaved changes for the content item won't appear in the export until the content item is saved.