Cover new fields: form, color, sex
This commit is contained in:
@ -257,6 +257,84 @@ final class CsvxmlAvailableFields {
|
||||
"",
|
||||
),
|
||||
],
|
||||
$tlLoader->tl("basis", "basis", "color") => [
|
||||
"color" => new FieldEntry(
|
||||
false,
|
||||
MDColorsSet::COLOR_NAMES,
|
||||
['color_md', 'color_extern'],
|
||||
'If <i>color</i> is made available for an object, <i>color_md></i> and <i>color_extern</i> have to have values too',
|
||||
$tlLoader->tl("basis", "basis", "color"),
|
||||
$tlLoader->tl("object_addendum", "object_add", "color_explica"),
|
||||
),
|
||||
"color_md" => new FieldEntry(
|
||||
false,
|
||||
["y", "n"],
|
||||
['color_md', 'color_extern'],
|
||||
'Shall a given color be displayed at museum-digital? If <i>color</i> is available for an object, <i>color_md></i> and <i>color_extern</i> have to have values too',
|
||||
$tlLoader->tl("basis", "basis", "color") . ' (md)',
|
||||
"",
|
||||
),
|
||||
"color_extern" => new FieldEntry(
|
||||
false,
|
||||
["y", "n"],
|
||||
['color_md', 'color_extern'],
|
||||
'Shall later exports from museum-digital inlude color? If <i>color</i> is available for an object, <i>color_md></i> and <i>color_extern</i> have to have values too',
|
||||
$tlLoader->tl("basis", "basis", "color") . ' (extern)',
|
||||
"",
|
||||
),
|
||||
],
|
||||
$tlLoader->tl("basis", "basis", "sex") => [
|
||||
"sex" => new FieldEntry(
|
||||
false,
|
||||
MDGenderSet::GENDERS,
|
||||
['sex_md', 'sex_extern'],
|
||||
'If <i>sex</i> is made available for an object, <i>sex_md></i> and <i>sex_extern</i> have to have values too',
|
||||
$tlLoader->tl("basis", "basis", "sex"),
|
||||
$tlLoader->tl("object_addendum", "object_add", "sex_explica"),
|
||||
),
|
||||
"sex_md" => new FieldEntry(
|
||||
false,
|
||||
["y", "n"],
|
||||
['sex_md', 'sex_extern'],
|
||||
'Shall a given sex be displayed at museum-digital? If <i>sex</i> is available for an object, <i>sex_md></i> and <i>sex_extern</i> have to have values too',
|
||||
$tlLoader->tl("basis", "basis", "sex") . ' (md)',
|
||||
"",
|
||||
),
|
||||
"sex_extern" => new FieldEntry(
|
||||
false,
|
||||
["y", "n"],
|
||||
['sex_md', 'sex_extern'],
|
||||
'Shall later exports from museum-digital inlude sex? If <i>sex</i> is available for an object, <i>sex_md></i> and <i>sex_extern</i> have to have values too',
|
||||
$tlLoader->tl("basis", "basis", "sex") . ' (extern)',
|
||||
"",
|
||||
),
|
||||
],
|
||||
$tlLoader->tl("object_addendum", "object_add", "form") => [
|
||||
"form" => new FieldEntry(
|
||||
false,
|
||||
MDObjectFormSet::FORMS,
|
||||
['form_md', 'form_extern'],
|
||||
'If <i>form</i> is made available for an object, <i>form_md></i> and <i>form_extern</i> have to have values too',
|
||||
$tlLoader->tl("object_addendum", "object_add", "form"),
|
||||
$tlLoader->tl("object_addendum", "object_add", "form_explica"),
|
||||
),
|
||||
"form_md" => new FieldEntry(
|
||||
false,
|
||||
["y", "n"],
|
||||
['form_md', 'form_extern'],
|
||||
'Shall a given form be displayed at museum-digital? If <i>form</i> is available for an object, <i>form_md></i> and <i>form_extern</i> have to have values too',
|
||||
$tlLoader->tl("object_addendum", "object_add", "form") . ' (md)',
|
||||
"",
|
||||
),
|
||||
"form_extern" => new FieldEntry(
|
||||
false,
|
||||
["y", "n"],
|
||||
['form_md', 'form_extern'],
|
||||
'Shall later exports from museum-digital inlude form? If <i>form</i> is available for an object, <i>form_md></i> and <i>form_extern</i> have to have values too',
|
||||
$tlLoader->tl("object_addendum", "object_add", "form") . ' (extern)',
|
||||
"",
|
||||
),
|
||||
],
|
||||
|
||||
$tlLoader->tl("object_addendum", "object_add", "material") . " / " . $tlLoader->tl("object_addendum", "object_add", "technique") => [
|
||||
"material_separate" => new FieldEntry(
|
||||
|
Reference in New Issue
Block a user