cerebrate/templates/Instance/save_setting.php

18 lines
399 B
PHP

<?php
echo $this->element('genericElements/Form/genericForm', [
'data' => [
'description' => __('Application setting form'),
'fields' => [
[
'field' => 'name',
],
[
'field' => 'value'
],
],
'submit' => [
'action' => $this->request->getParam('action')
]
]
]);