6 declare(strict_types=1);
12 \
Magento\Catalog\Model\Product::ENTITY,
13 'test_configurable_with_sm',
19 'label' =>
'Test configurable with source model',
21 'source' => \
Magento\Catalog\Model\Category\Attribute\Source\Mode::class,
22 'global' => \
Magento\Eav\Model\Entity\Attribute\ScopedAttributeInterface::SCOPE_GLOBAL,
25 'user_defined' =>
true,
27 'searchable' =>
false,
28 'filterable' =>
false,
29 'comparable' =>
false,
30 'visible_on_front' =>
false,
31 'used_in_product_listing' =>
true,
static getObjectManager()