<?php

return [
/*
* Provider .
*/
'provider'  => 'ads',

/*
* Package .
*/
'package'   => 'channel',

/*
* Modules .
*/
'modules'   => ['channel'],

'channel' => [
                    'Name'          => 'Channel',
                    'name'          => 'channel',
                    'table'         => 'channels',
                    'model'         => 'Ads\Channel\Models\Channel',
                    'image'         => [
                        'xs'        => ['width' => '60',         'height' => '45'],
                        'sm'        => ['width' => '100',        'height' => '75'],
                        'md'        => ['width' => '460',        'height' => '345'],
                        'lg'        => ['width' => '800',        'height' => '600'],
                        'xl'        => ['width' => '1000',       'height' => '750'],
                        ],

                    'fillable'          => ['user_id', 'setting_schedule',  'setting_openwindow',  'setting_ident',  'PRIMARY',  'id),'],
                    'listfields'        => ['id', 'setting_schedule',  'setting_openwindow',  'setting_ident',  'PRIMARY',  'id),'],
                    'translatable'      => ['setting_schedule',  'setting_openwindow',  'setting_ident',  'PRIMARY',  'id),'],

                    'upload-folder'     => '/uploads/channel/channel',
                    'uploadable'        => [
                                                'single'    => [],
                                                'multiple'  => [],
                                            ],
                ],
];