'ShippingMethod', 'names' => 'ShippingMethods', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'ShippingMethods', 'sub' => 'ShippingMethods', 'list' => 'List of shipping_methods', 'edit' => 'Edit shipping_method', 'create' => 'Create new shipping_method' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Enter shipping method', 'api_url' => '', 'is_active' => 'Select status', 'website' => 'Enter website', 'phone' => 'Enter contact number', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'api_url' => 'API URL', 'is_active' => 'Status', 'website' => 'Wbsite', 'phone' => 'Contact number', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'is_active' => ['name' => 'Status', 'data-column' => 2, 'checked'], 'website' => ['name' => 'Wbsite', 'data-column' => 3, 'checked'], 'phone' => ['name' => 'Contact number', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'ShippingMethods', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];