How to modify the form which appear with the drag'n drop ?
Hello,
How to modify the form that appear on the screen when I choose the “Intelligent import with metadata options”, when I do a drag'n drop ?
PS : I'd like to do it with Nuxeo Studio
Thank you very much
1 votes
1 answers
1788 views
Hi,
Your xhtml template is here: nuxeo.war/incl/dnd/dnd-ui.xhtml.
For this template, it seems not possible to override it by studio in this state.
But you can see this documentation http://doc.nuxeo.com/display/NXDOC53/Manage+layouts
And this Nuxeo tag:
<nxl:layout name="layoutName" mode="edit" value="yourDocument" />
I created some new widgets related to my project, which I want to fill here
==> I basically want the same metadata that when I click on the "New Document" button (a screen that I was able to customize)