BlazinglyFast
03/20/2023, 2:24 PM@formField('input', [
'name' => 'short_description',
'label' => __('form.short_description'),
'translated' => true,
'maxlength' => 115,
'placeholder' => __('form.admin.course.short_description.placeholder'),
'type' => 'textarea',
'rows' => 3
])