'Topic', 'names' => 'Topics', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Topics', 'sub' => 'Topics', 'list' => 'List of topics', 'edit' => 'Edit topic', 'create' => 'Create new topic' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'id', 'name' => 'interaction name', 'topiccat_id' => 'category', 'topictype_id' => 'interaction type', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'id', 'name' => 'Interaction Name', 'topiccat_id' => 'Category', 'topictype_id' => 'Interaction Type', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'id' => ['name' => 'id', 'data-column' => 1, 'checked'], 'name' => ['name' => 'Interaction Name', 'data-column' => 2, 'checked'], 'topiccat_id' => ['name' => 'Category', 'data-column' => 3, 'checked'], 'topictype_id' => ['name' => 'Interaction Type', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Topics', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];