= $form->field($model, 'title')->textInput(); ?>
= $form->field($model, 'logo')->widget(Files::class, [
'type' => 'images',
'theme' => 'default',
'themeConfig' => [],
'config' => [
'pick' => [
'multiple' => false,
],
]
]); ?>
= $form->field($model, 'web_copyright')->textInput(); ?>
= $form->field($model, 'web_site_icp')->textInput(); ?>