Started working on user-defined-fields for all entities (references #176)

This commit is contained in:
Bernd Bestel
2019-04-22 22:16:35 +02:00
parent 77f3b80540
commit fc11da3c3f
45 changed files with 1161 additions and 78 deletions

View File

@@ -0,0 +1,11 @@
<?php
return array(
'text-single-line' => 'Text (single line)',
'text-multi-line' => 'Text (multi line)',
'number-integral' => 'Number (integral)',
'number-decimal' => 'Number (decimal)',
'date' => 'Date (without time)',
'datetime' => 'Date & time',
'checkbox' => 'Checkbox'
);