'Porfolio', 'names' => 'Porfolios', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Porfolios', 'sub' => 'Porfolios', 'list' => 'List of porfolios', 'edit' => 'Edit porfolio', 'create' => 'Create new porfolio' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'Imagen' => '', 'Nombre' => '', 'Description' => '', 'status' => '', 'category_id' => '', ], /** * Labels for inputs. */ 'label' => [ 'Imagen' => 'Imagen', 'Nombre' => 'Nombre', 'Description' => 'DescripciĆ³n', 'status' => 'Publicado?', 'category_id' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'Nombre' => ['name' => 'Nombre', 'data-column' => 1, 'checked'], 'status' => ['name' => 'Publicado?', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Porfolios', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];