123456789101112131415161718192021 |
- <?php
- return [
- 'labels' => [
- 'BaseProduct' => 'BaseProduct',
- 'base-product' => 'BaseProduct',
- ],
- 'fields' => [
- 'title' => 'title',
- 'keywords' => 'keywords',
- 'description' => 'description',
- 'sku' => 'sku',
- 'category_id' => 'category_id',
- 'publish_date' => 'issuance date',
- 'order' => 'order',
- 'enabled' => 'enabled',
- 'content' => 'content',
- 'parameters' => 'parameters',
- ],
- 'options' => [
- ],
- ];
|