Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Extensions
OSDI
Commits
a5b6d856
Commit
a5b6d856
authored
Aug 23, 2018
by
Jon
Committed by
everykittysdaydream
Aug 23, 2018
Browse files
Define setting (#15)
* Define the setting * add title
parent
cd729068
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/Osdi.setting.php
0 → 100644
View file @
a5b6d856
<?php
return
array
(
'multisite_acl_enabled'
=>
array
(
'group_name'
=>
'OSDI'
,
'group'
=>
'osdi'
,
'name'
=>
'server_time_zone'
,
'title'
=>
'OSDI Server Time Zone'
,
'type'
=>
'String'
,
//Wish there was something to capture non-integer numbers
'default'
=>
0
,
'add'
=>
'5.4'
,
'is_domain'
=>
1
,
'is_contact'
=>
0
,
'description'
=>
'Time zone offset for OSDI interactions'
,
'help_text'
=>
'Time zone offset of local server'
,
),
);
Write
Preview
Supports
Markdown
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