mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
LibraryItemType enum added
This commit is contained in:
13
config/options.php
Normal file
13
config/options.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user