of allowed classes with attributes in the next format
[
'app\models\Page' => ['is_active'],
'app\models\OrderStatus' => ['is_system', 'is_active', 'sort_order'],
]
of allowed classes with attributes in the next format
[
'app\models\Page' => ['is_active'],
'app\models\OrderStatus' => ['is_system', 'is_active', 'sort_order'],
]