Also add description fields for was_depicted_who
This commit is contained in:
@ -1218,6 +1218,7 @@ final class CsvxmlAvailableFields {
|
||||
dependsOn: ["was_depicted_who{$i}"],
|
||||
name_human_readable: $tlLoader->tl("event", "event", 'who') . " (Wikidata)",
|
||||
),
|
||||
'was_depicted_who_description' . $i => new FieldEntry(name_human_readable: $tlLoader->tl("event", "event", 'who') . " [" . $tlLoader->tl('actor', 'actor', 'short_description') . "]", dependsOn: ['was_depicted_who' . $i]),
|
||||
]
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user