'ActivityLog', 'names' => 'ActivityLogs', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'ActivityLogs', 'sub' => 'ActivityLogs', 'list' => 'List of activity_logs', 'edit' => 'Edit activity_log', 'create' => 'Create new activity_log' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'log_name' => 'Please enter log name', 'description' => 'Please enter description', 'subject_id' => 'Please enter subject id', 'subject_type' => 'Please enter subject type', 'causer_id' => 'Please enter causer id', 'causer_type' => 'Please enter causer type', 'properties' => 'Please enter properties', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'log_name' => 'Log name', 'description' => 'Description', 'subject_id' => 'Subject id', 'subject_type' => 'Subject type', 'causer_id' => 'Causer id', 'causer_type' => 'Causer type', 'properties' => 'Properties', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'log_name' => ['name' => 'Log name', 'data-column' => 1, 'checked'], 'description' => ['name' => 'Description', 'data-column' => 2, 'checked'], 'subject_id' => ['name' => 'Subject id', 'data-column' => 3, 'checked'], 'subject_type' => ['name' => 'Subject type', 'data-column' => 4, 'checked'], 'causer_id' => ['name' => 'Causer id', 'data-column' => 5, 'checked'], 'causer_type' => ['name' => 'Causer type', 'data-column' => 6, 'checked'], 'properties' => ['name' => 'Properties', 'data-column' => 7, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'ActivityLogs', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];