custom-field.php 127 B

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