LibraryItemType enum added

This commit is contained in:
Benjamin Takats
2022-12-06 20:19:52 +01:00
parent 85b2856bcd
commit 07b00870a5
8 changed files with 226 additions and 59 deletions

13
config/options.php Normal file
View 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',
];