Add hook to Board Settings
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
<?= $this->form->number('board_private_refresh_interval', $values, $errors) ?>
|
<?= $this->form->number('board_private_refresh_interval', $values, $errors) ?>
|
||||||
<p class="form-help"><?= t('Frequency in second (0 to disable this feature, 10 seconds by default)') ?></p>
|
<p class="form-help"><?= t('Frequency in second (0 to disable this feature, 10 seconds by default)') ?></p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
<?= $this->hook->render('template:config:board', array('values' => $values, 'errors' => $errors)) ?>
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
|
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
|
||||||
|
|||||||
Reference in New Issue
Block a user