custom-column-update.php 304 B

1234567891011121314
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'title' => '更新字段',
  5. 'description' => '自定义字段的更新',
  6. ],
  7. 'fields' => [
  8. 'new_name' => '新名称',
  9. 'new_nick_name' => '新别名',
  10. 'new_select_options' => '新选项',
  11. 'item' => '选项'
  12. ],
  13. ];