'Source', 'names' => 'Sources', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Sources', 'sub' => 'Sources', 'list' => 'List of sources', 'edit' => 'Edit source', 'create' => 'Create new source' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'id', 'name' => '', 'sourcecat_id' => 'source group', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'id', 'name' => '', 'sourcecat_id' => 'Source Group', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'id' => ['name' => 'id', 'data-column' => 1, 'checked'], 'sourcecat_id' => ['name' => 'Source Group', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Sources', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];