<?= $form->field($brief_desctiption_model, 'article_brief_description_text', ['template' => "{label}\n{hint}\n{input}\n{error}"])->hint('Данное описание будет видно в списке статей, под главным изображением')->textarea(['row' => 3, 'maxlength' => 290]); ?>