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