'Blocks', 'names' => 'Blocks', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'block_id' => '', 'block_title' => '', 'block_thumbnail' => '', 'block_short_content' => '', 'block_content' => '', 'is_enabled' => '', 'block_category_id' => '', ], // Labels for inputs 'label' => [ 'block_id' => '', 'block_title' => '', 'block_thumbnail' => '', 'block_short_content' => '', 'block_content' => '', 'is_enabled' => '', 'block_category_id' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];