dist-appearance.php 350 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'DistAppearance' => 'DistAppearance',
  5. 'dist-appearance' => 'DistAppearance',
  6. ],
  7. 'fields' => [
  8. 'title' => 'title',
  9. 'cover_image' => 'cover_image',
  10. 'describe' => 'describe',
  11. 'order' => 'order',
  12. 'enabled' => 'enabled',
  13. ],
  14. 'options' => [
  15. ],
  16. ];