Commit 79a08cc4 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлена форма для курсов

parent d33df89a
<?php
return [
'activeForm' => [
'id' => 'trigger-form',
'options' => [
'enctype' => 'multipart/form-data'
]
],
'elements' => [
'name' => [
'type' => 'text',
'class' => 'form-control'
],
'description' => [
'type' => 'textarea',
'class' => 'form-control'
],
'uploadedImage' => [
'type' => 'file',
'class' => 'form-control'
]
],
'buttons' => [
'submit' => ['type' => 'submit', 'value' => 'Cохранить']
]
];
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment