| Current Path : /home/rtorresani/www/vendor/magento/module-widget/Test/Unit/Model/_files/ |
| Current File : //home/rtorresani/www/vendor/magento/module-widget/Test/Unit/Model/_files/mappedConfigArray2.php |
<?php declare(strict_types=1);
use Magento\Cms\Block\Widget\Page\Link;
use Magento\Cms\Model\Config\Source\Page;
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
return [
'@' => ['type' => Link::class, 'module' => 'Magento_Cms'],
'name' => 'CMS Link 2',
'description' => 'Second Link Example',
'parameters' => [
'types' => [
'type' => 'multiselect',
'visible' => '1',
'source_model' => Page::class,
],
]
];