Skip to content

Commit e08bf0c

Browse files
committed
Update Readme for function selection
1 parent 9d099d1 commit e08bf0c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,21 @@ Vue.use(FileManager, {
6969
7070
baseUrl: 'http://my_url:80/file-manager/', // overwrite base url Axios
7171
windowsConfig: 2,
72+
extConfig:{ // default extConfig is defined in src/store/settings/store.js
73+
canUpload: true,
74+
canCopy: true,
75+
canCut: true,
76+
canPaste: true,
77+
canDelete: true,
78+
canNewFile: true,
79+
canNewFolder: true,
80+
canZip: true,
81+
canUnzip: true,
82+
canRename: true,
83+
84+
showSize: true,
85+
showAbout: true,
86+
}
7287
lang: 'de', // set language
7388
translation: { // add new translation
7489
name: de,

0 commit comments

Comments
 (0)