Merge remote-tracking branch 'origin/feature/REQ-3540' into feature/REQ-3540
This commit is contained in:
commit
f0335657ba
@ -17,7 +17,7 @@ public enum FileFormat {
|
||||
EXCEL(true, "Excel", "xlsx"),
|
||||
WORD(true, "Word", "docx"),
|
||||
PDF(false, "PDF", "pdf"),
|
||||
PPT(false, "PPT", "pptx");
|
||||
PPT(true, "PPT", "pptx");
|
||||
|
||||
private final boolean creatable;
|
||||
private final String readableName;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user