'CareerMeta', 'names' => 'CareerMetas', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'CareerMetas', 'sub' => 'CareerMetas', 'list' => 'List of career_metas', 'edit' => 'Edit career_meta', 'create' => 'Create new career_meta' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'key' => '', 'value' => '', 'type' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'key' => '', 'value' => '', 'type' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'CareerMetas', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];