'Logbook', 'names' => 'Logbooks', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Logbooks', 'sub' => 'Logbooks', 'list' => 'List of logbooks', 'edit' => 'Edit logbook', 'create' => 'Create new logbook' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'log_date' => 'Log Date', 'subject' => 'Subject', 'note' => 'Note', 'owner_id' => 'Owner Id', 'flat_id' => 'Flat Id', ], /** * Labels for inputs. */ 'label' => [ 'log_date' => 'Log Date', 'subject' => 'Subject', 'note' => 'Note', 'owner_id' => 'Owner Id', 'flat_id' => 'Flat Id', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'log_date' => ['name' => 'Log Date', 'data-column' => 1, 'checked'], 'subject' => ['name' => 'Subject', 'data-column' => 2, 'checked'], 'note' => ['name' => 'Note', 'data-column' => 3, 'checked'], 'owner_id' => ['name' => 'Owner Id', 'data-column' => 4, 'checked'], 'flat_id' => ['name' => 'Flat Id', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Logbooks', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];