Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
magento2-base
dev
tests
integration
testsuite
Magento
Catalog
Ui
DataProvider
Product
Form
Modifier
_files
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
]]]];