Template Types
Template Types |
---|
Word |
Excel |
PowerPoint |
JSON |
XSD |
CSV |
Text |
HTML |
Data Model |
DocuSign |
Project Results |
In-line editing for templates in Design
Template Type | Editing supported |
---|---|
Word | Yes |
Excel | Yes |
PowerPoint | Yes |
No | |
JSON | No |
XSD | No |
CSV | No |
TXT | No |
HTML | No |
Project Results | No |
Disabling
You can disable the in-line edition option.
Open the file path\to<>\Manage\appsettings.json in any text editor.
Add the EnableDesignOfficeEdit attribute where indicated below and set it to False.
Save the file and test to ensure that the change was correctly applied.
JSON
{
"AppSettings": {
"PortalURL": "",
"ProduceURL": "http://localhost/ProduceV10_1/",
"EnableDesignOfficeEdit": "False"
},
Template documents can be reordered in Design
When a document template is added to the Finish page, it is listed in the order it was added.
Initial order:
If you find you want the templates you added to be in a different order, you can drag and drop them into the new location:
##Reordered locations:
Updated almost 2 years ago