team-photo.php 315 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'TeamPhoto' => 'Team Photo',
  5. 'team-photo' => 'team photo',
  6. ],
  7. 'fields' => [
  8. 'team_id' => 'team',
  9. 'user_id' => 'user',
  10. 'url' => 'url',
  11. 'sort' => 'sort',
  12. 'photo_urls' => 'photo urls',
  13. ],
  14. 'options' => [
  15. ],
  16. ];