HTML5 drag and drop enables users to import documents in a folder and fill their metadata at the same time.
Follow the steps to below to customize the import form.
In Nuxeo Studio, create a new XML Extension with the following content:
<extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"> <action id="Chain.FileManager.ImportWithMetaDataInSeam" link="/nuxeo/dndFormCollector.faces?schema=yourschema&layout=dndEdit%40create" order="30" label="label.smart.import.with.md" help="desc.smart.import.with.md"> <category>ContentView</category> <filter-id>create</filter-id> </action> </extension>
In the
link=
element, changeyourschema
for your schema prefix.- Go to Listings & Views > Form Layouts and click on New.
- Name your layout
dndEdit
. - Drag and drop the widgets you need in the Creation Layout tab.
- Click on Save.
- Deploy your changes and drag and drop documents to display the smart import with metadata form.
Notes about Drag and drop form
It is currently not possible to use tags, collections and complex types on this form.