Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
expected_categories.php
Go to the documentation of this file.
1 <?php
7 return [
8  0 =>
9  [
10  'value' => '2',
11  'is_active' => '1',
12  'label' => 'Default Category',
13  'optgroup' =>
14  [
15  0 => [
16  'value' => '3',
17  'is_active' => '1',
18  'label' => 'Category 1',
19  'optgroup' => [
20  0 => [
21  'value' => '4',
22  'is_active' => '1',
23  'label' => 'Category 1.1',
24  'optgroup' =>
25  [
26  0 =>
27  [
28  'value' => '5',
29  'is_active' => '1',
30  'label' => 'Category 1.1.1',
31  ],
32  ],
33  ],
34  1 => [
35  'value' => '13',
36  'is_active' => '1',
37  'label' => 'Category 1.2',
38  ],
39  ],
40  ],
41  1 => [
42  'value' => '6',
43  'is_active' => '1',
44  'label' => 'Category 2',
45  ],
46  2 => [
47  'value' => '7',
48  'is_active' => '1',
49  'label' => 'Movable',
50  ],
51  3 => [
52  'value' => '8',
53  'is_active' => '0',
54  'label' => 'Inactive',
55  ],
56  4 => [
57  'value' => '9',
58  'is_active' => '1',
59  'label' => 'Movable Position 1',
60  ],
61  5 => [
62  'value' => '10',
63  'is_active' => '1',
64  'label' => 'Movable Position 2',
65  ],
66  6 => [
67  'value' => '11',
68  'is_active' => '1',
69  'label' => 'Movable Position 3',
70  ],
71  7 => [
72  'value' => '12',
73  'is_active' => '1',
74  'label' => 'Category 12',
75  ],
76  ],
77  ],
78 ];