custom-field.php 166 B

12345678910111213
  1. <?php
  2. return [
  3. /**
  4. * Global grouping, administrative changes only
  5. */
  6. 'groups' => [
  7. 'task',
  8. '1',
  9. '2',
  10. '3',
  11. ]
  12. ];