<?php
/**
* @author FilamentV <vortex.filament@gmail.com>
* @copyright (c), Thread
*/
return [
'internal_sources' => [
'page' => [
'page' => [
'label' => 'Pages',
'class' => \backend\modules\page\models\Page::class,
'method' => 'dropDownList',
]
],
],
];