'InstructionCategory', 'names' => 'InstructionCategories', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'InstructionCategories', 'sub' => 'InstructionCategories' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'status' => [ [ 'key' => 'Yes', 'value' => 'Yes', 'text' => 'Yes', ], [ 'key' => 'No', 'value' => 'No', 'text' => 'No', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'name', 'description' => 'description', 'image' => 'image', 'user_id' => 'user', 'status' => 'status', 'slug' => 'slug', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'name', 'description' => 'Description', 'image' => 'Image', 'user_id' => 'User', 'status' => 'Status', 'slug' => 'Slug', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];