Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
1f95fa96
Commit
1f95fa96
authored
Aug 10, 2016
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using new configuration file names across all modules
parent
b7c95ab0
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
123 additions
and
5 deletions
+123
-5
config.php
config/asgard/dashboard/config.php
+13
-0
dashboard.php
config/asgard/dashboard/dashboard.php
+0
-5
config.php
config/asgard/media/config.php
+10
-0
config.php
config/asgard/menu/config.php
+22
-0
config.php
config/asgard/page/config.php
+10
-0
config.php
config/asgard/setting/config.php
+13
-0
config.php
config/asgard/tag/config.php
+15
-0
config.php
config/asgard/translation/config.php
+10
-0
config.php
config/asgard/user/config.php
+17
-0
config.php
config/asgard/workshop/config.php
+13
-0
No files found.
config/asgard/dashboard/config.php
0 → 100644
View file @
1f95fa96
<?php
return
[
/*
|--------------------------------------------------------------------------
| Custom Sidebar Class
|--------------------------------------------------------------------------
| If you want to customise the admin sidebar ordering or grouping
| You can define your own sidebar class for this module.
| No custom sidebar: null
*/
'custom-sidebar'
=>
null
,
];
config/asgard/dashboard/dashboard.php
deleted
100644 → 0
View file @
b7c95ab0
<?php
return
[
];
config/asgard/media/config.php
View file @
1f95fa96
...
...
@@ -38,4 +38,14 @@ return [
| Expressed in bytes
*/
'max-total-size'
=>
1000000000
,
/*
|--------------------------------------------------------------------------
| Custom Sidebar Class
|--------------------------------------------------------------------------
| If you want to customise the admin sidebar ordering or grouping
| You can define your own sidebar class for this module.
| No custom sidebar: null
*/
'custom-sidebar'
=>
null
,
];
config/asgard/menu/config.php
0 → 100644
View file @
1f95fa96
<?php
return
[
/*
|--------------------------------------------------------------------------
| Custom Sidebar Class
|--------------------------------------------------------------------------
| If you want to customise the admin sidebar ordering or grouping
| You can define your own sidebar class for this module.
| No custom sidebar: null
*/
'custom-sidebar'
=>
null
,
/*
| Default Menu Presenter
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Configure which Menu presenter will be used by default without
| having to send it via the views
*/
'default_menu_presenter'
=>
\Modules\Menu\Presenters\MenuPresenter
::
class
,
];
config/asgard/page/config.php
View file @
1f95fa96
...
...
@@ -35,4 +35,14 @@ return [
|--------------------------------------------------------------------------
*/
'middleware'
=>
[],
/*
|--------------------------------------------------------------------------
| Custom Sidebar Class
|--------------------------------------------------------------------------
| If you want to customise the admin sidebar ordering or grouping
| You can define your own sidebar class for this module.
| No custom sidebar: null
*/
'custom-sidebar'
=>
null
,
];
config/asgard/setting/config.php
0 → 100644
View file @
1f95fa96
<?php
return
[
/*
|--------------------------------------------------------------------------
| Custom Sidebar Class
|--------------------------------------------------------------------------
| If you want to customise the admin sidebar ordering or grouping
| You can define your own sidebar class for this module.
| No custom sidebar: null
*/
'custom-sidebar'
=>
null
,
];
config/asgard/tag/config.php
0 → 100644
View file @
1f95fa96
<?php
return
[
'name'
=>
'Tag'
,
/*
|--------------------------------------------------------------------------
| Custom Sidebar Class
|--------------------------------------------------------------------------
| If you want to customise the admin sidebar ordering or grouping
| You can define your own sidebar class for this module.
| No custom sidebar: null
*/
'custom-sidebar'
=>
null
,
];
config/asgard/translation/config.php
View file @
1f95fa96
...
...
@@ -8,4 +8,14 @@ return [
| How many revisions need to be kept in database before removing the old ones
*/
'revision-history-limit'
=>
100
,
/*
|--------------------------------------------------------------------------
| Custom Sidebar Class
|--------------------------------------------------------------------------
| If you want to customise the admin sidebar ordering or grouping
| You can define your own sidebar class for this module.
| No custom sidebar: null
*/
'custom-sidebar'
=>
null
,
];
config/asgard/user/
users
.php
→
config/asgard/user/
config
.php
View file @
1f95fa96
...
...
@@ -16,6 +16,13 @@ return [
'redirect_route_after_login'
=>
'homepage'
,
/*
|--------------------------------------------------------------------------
| Define which route the user should be redirected to after accessing
| a resource that requires to be logged in
|--------------------------------------------------------------------------
*/
'redirect_route_not_logged_in'
=>
'auth/login'
,
/*
|--------------------------------------------------------------------------
| Login column(s)
|--------------------------------------------------------------------------
| Define which column(s) you'd like to use to login with, currently
...
...
@@ -41,4 +48,14 @@ return [
'first_name'
,
'last_name'
,
],
/*
|--------------------------------------------------------------------------
| Custom Sidebar Class
|--------------------------------------------------------------------------
| If you want to customise the admin sidebar ordering or grouping
| You can define your own sidebar class for this module.
| No custom sidebar: null
*/
'custom-sidebar'
=>
null
,
];
config/asgard/workshop/config.php
0 → 100644
View file @
1f95fa96
<?php
return
[
/*
|--------------------------------------------------------------------------
| Custom Sidebar Class
|--------------------------------------------------------------------------
| If you want to customise the admin sidebar ordering or grouping
| You can define your own sidebar class for this module.
| No custom sidebar: null
*/
'custom-sidebar'
=>
null
,
];
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