'Enlaces', 'names' => 'Enlaces', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Enlaces', 'sub' => 'Enlaces', 'list' => 'List of enlaces', 'edit' => 'Edit enlaces', 'create' => 'Create new enlaces' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'uno' => 'email :v', 'dos' => 'describe here', ], /** * Labels for inputs. */ 'label' => [ 'uno' => 'Correo electrónico', 'dos' => 'Descripción', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Enlaces', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];