ui(files): add pull file modal
This commit is contained in:
parent
01242a805d
commit
3c2a6e1136
14 changed files with 211 additions and 42 deletions
5
config/features.php
Normal file
5
config/features.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'pull_files' => env('FEATURES_PULL_FILES', true),
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue