12345678910111213141516 |
- <?php
- return [
- 'labels' => [
- 'DistAppearance' => 'DistAppearance',
- 'dist-appearance' => 'DistAppearance',
- ],
- 'fields' => [
- 'title' => 'title',
- 'cover_image' => 'cover_image',
- 'describe' => 'describe',
- 'order' => 'order',
- 'enabled' => 'enabled',
- ],
- 'options' => [
- ],
- ];
|