Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
8fb59ddd
Commit
8fb59ddd
authored
Aug 30, 2016
by
Олег Гиммельшпах
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1356 - Перенести доступ к модулям/виджетам типа filemanager
parent
5bf8a59d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
backend/web/filemanager/config/config.php
backend/web/filemanager/config/config.php
+2
-2
backend/web/js/form-load.js
backend/web/js/form-load.js
+1
-0
frontend/web/js/upload-files.js
frontend/web/js/upload-files.js
+1
-0
No files found.
backend/web/filemanager/config/config.php
View file @
8fb59ddd
...
...
@@ -23,7 +23,7 @@ $params = require(__DIR__ . '/../../../config/params-local.php');
|
*/
define
(
'USE_ACCESS_KEYS'
,
fals
e
);
// TRUE or FALSE
define
(
'USE_ACCESS_KEYS'
,
tru
e
);
// TRUE or FALSE
/*
|--------------------------------------------------------------------------
...
...
@@ -117,7 +117,7 @@ $config = array(
|
*/
'access_keys'
=>
array
(),
'access_keys'
=>
array
(
'cSahxMGM9cePZyTcGlG0nG9R2eWHVlWNHCjtcr1X'
),
//--------------------------------------------------------------------------------------------------------
// YOU CAN COPY AND CHANGE THESE VARIABLES INTO FOLDERS config.php FILES TO CUSTOMIZE EACH FOLDER OPTIONS
...
...
backend/web/js/form-load.js
View file @
8fb59ddd
...
...
@@ -37,6 +37,7 @@ $(function() {
force_br_newlines
:
false
,
force_p_newlines
:
true
,
external_filemanager_path
:
"
/filemanager/
"
,
filemanager_access_key
:
"
cSahxMGM9cePZyTcGlG0nG9R2eWHVlWNHCjtcr1X
"
,
filemanager_title
:
"
Responsive Filemanager
"
,
external_plugins
:
{
"
filemanager
"
:
"
/filemanager/plugin.min.js
"
}
});
...
...
frontend/web/js/upload-files.js
View file @
8fb59ddd
...
...
@@ -8,6 +8,7 @@ $(document).ready(function() {
url
:
"
/bids/bid/upload-files
"
,
maxFiles
:
4
,
addRemoveLinks
:
true
,
acceptedFiles
:
'
.xls,.doc,.docx,.xlsx,.png,.jpeg,.gif,.bmp,jpg,.zip,.rar,.tar
'
,
dictRemoveFile
:
'
Удалить
'
,
success
:
function
(
first
,
response
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment