Remove file all_fields.php

This commit is contained in:
2019-09-01 23:51:02 +02:00
committed by Stefan Rohde-Enslin
parent 74a6028c76
commit 9797df24ab
3 changed files with 0 additions and 722 deletions

View File

@ -43,7 +43,6 @@ $availableFields = [
],
"object_title" => [
"required" => true,
"allowedValues" => [],
"dependsOn" => [],
"remark" => 'Best is not to repeat the title again and again for many objects, e.g. vase, vase, vase ... better: Green vase, Blue vase, Yellow vase, ...',
@ -60,7 +59,6 @@ $availableFields = [
],
"object_material_technique" => [
"required" => false,
"allowedValues" => [],
"dependsOn" => [],
"remark" => 'This is a cummulative field for material and technique. It is also possible to additionally save the information separate in the fields: <i>material_separate</i> and <i>technique_separate</i>',