dist-appearance-template.php 401 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'DistAppearanceTemplate' => 'DistAppearanceTemplate',
  5. 'dist-appearance-template' => 'DistAppearanceTemplate',
  6. ],
  7. 'fields' => [
  8. 'dist_id' => 'dist_id',
  9. 'appearance_id' => 'appearance_id',
  10. 'file_name' => 'file_name',
  11. 'file_path' => 'file_path',
  12. 'content' => 'content',
  13. ],
  14. 'options' => [
  15. ],
  16. ];