Files
einundzwanzig-portal/config/options.php
2022-12-06 20:19:52 +01:00

14 lines
244 B
PHP

<?php
return [
/*
* The key used in an option to describe the label of the option
*/
'label_key' => 'label',
/*
* The key used in an option to describe the value of the option
*/
'value_key' => 'value',
];