Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
input_meta_for_categories.php
Go to the documentation of this file.
1 <?php
7 return [
8  'product-details' =>
9  [
10  'children' =>
11  ['container_category_ids' =>
12  [
13  'arguments' => [
14  'data' =>
15  [
16  'config' =>
17  [
18  'formElement' => 'container',
19  'componentType' => 'container',
20  'breakLine' => false,
21  'label' => 'Categories',
22  'required' => '0',
23  'sortOrder' => 70,
24  ],
25  ],
26  ],
27  'children' => [
28  'category_ids' =>
29  [
30  'arguments' =>
31  [
32  'data' =>
33  [
34  'config' =>
35  [
36  'dataType' => 'text',
37  'formElement' => 'input',
38  'visible' => '1',
39  'required' => '0',
40  'notice' => null,
41  'default' => null,
42  'label' => 'Categories',
43  'code' => 'category_ids',
44  'source' => 'product-details',
45  'scopeLabel' => '[GLOBAL]',
46  'globalScope' => true,
47  'sortOrder' => 70,
48  'componentType' => 'field',
49  ],
50  ],
51  ],
52  ],
53  ],
54  ]]]];