4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 13:16:37 +00:00
AzuraCast/config/forms/api_key.php
2019-05-19 09:54:34 -05:00

26 lines
558 B
PHP

<?php
return [
'method' => 'post',
'elements' => [
'comment' => [
'text',
[
'label' => __('Comments'),
'description' => __('Describe the use-case for this API key for future reference.'),
'class' => 'half-width',
]
],
'submit' => [
'submit',
[
'type' => 'submit',
'label' => __('Save Changes'),
'class' => 'btn btn-lg btn-primary',
]
],
],
];