Also add description fields for was_depicted_who
This commit is contained in:
parent
dba2ba182e
commit
22195b2263
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||||
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?67d407be8656f" />
|
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?67d41b0a0f733" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<meta name="theme-color" content="#aa4400" />
|
<meta name="theme-color" content="#aa4400" />
|
||||||
|
|
||||||
@ -27,7 +27,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="loading">
|
<body class="loading">
|
||||||
|
|
||||||
<script src="assets/js/csvxmlV2.min.js?67d407be86576" type="text/javascript" async></script>
|
<script src="assets/js/csvxmlV2.min.js?67d41b0a0f736" type="text/javascript" async></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1218,6 +1218,7 @@ final class CsvxmlAvailableFields {
|
|||||||
dependsOn: ["was_depicted_who{$i}"],
|
dependsOn: ["was_depicted_who{$i}"],
|
||||||
name_human_readable: $tlLoader->tl("event", "event", 'who') . " (Wikidata)",
|
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]),
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user