Commit d9902ab7 authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent e27b09d3
<?php
return [
'activeForm' => [
'id' => 'trigger-form',
'options' => [
'enctype' => 'multipart/form-data'
]
],
'elements' => [
'name' => [
'type' => 'text',
'class' => 'form-control'
],
'video_link' => [
'type' => 'text',
'class' => 'form-control'
],
'content' => [
'type' => 'textarea',
'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