mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
14 lines
244 B
PHP
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',
|
|
];
|