global.php 261 B

12345678910111213
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'category_name' => 'Category Name',
  5. 'parameter_name'=> 'Parameter Name',
  6. 'order_tips' => 'Enter a number. The higher the number, the higher the ranking.',
  7. ],
  8. 'options' => [
  9. //
  10. ],
  11. ];