title = '基础设置'; $this->params['breadcrumbs'][] = ['label' => $this->title]; ?>

基础设置

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