# shiftcontroller/2.1.0/application/modules/wall/config/settings.php

ShiftController Employee Shift Scheduling, version 2.1.0. 12 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/2.1.0/code/application/modules/wall/config/settings.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/2.1.0/raw/application/modules/wall/config/settings.php
- Modified: 2013-11-19T19:08:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shiftcontroller/2.1.0/code/application/modules/wall/config/settings.php#L10-L20`.

```php
<?php
$config['wall_schedule_display'] = array(
	'default' 	=> USER_MODEL::LEVEL_ADMIN,
	'label'		=> lang('everyone_schedule_display'),
	'type'		=> 'dropdown',
	'options'	=> array(
		0							=> lang('common_everyone'),
		USER_MODEL::LEVEL_STAFF		=> lang('user_level_staff'),
		USER_MODEL::LEVEL_ADMIN		=> lang('common_nobody'),
		),
	);

```
