You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03_config/de.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Des weiteren gibt es noch eine Reihe weiterer optionaler Angaben:
60
60
|`@showField`| Definiert, ob das Feld in der Detailanzeige geöffnet angezeigt wird, auch wenn noch kein Wert vohanden ist. Das Feld darf die beiden Werte `true` und `false`\(default\) enthalten. |
61
61
|`@rulesetName`| Hier kann ein Metadatum aus dem Regelsatz angegeben werden. Wenn für den Knoten ein Goobi-Vorgang erstellt wird, wird das konfigurierte Metadatum erstellt. |
62
62
|`@importMetadataInChild`| Hierüber kann gesteuert werden, ob das Metadatum auch in Goobi-Vorgängen von Kind-Knoten erstellt werden soll. Das Feld darf die beiden Werte `true` und `false`\(default\) enthalten. |
63
-
|`@fieldType`| Steuert das Verhalten des Feldes. Möglich sind `input`\(default\) , `textarea`, `dropdown`, `multiselect`, `vocabulary`, `nodelink`, `gnd`, `geonames`, `viaf`|
63
+
|`@fieldType`| Steuert das Verhalten des Feldes. Möglich sind `input`\(default\) , `textarea`, `dropdown`, `multiselect`, `vocabulary`, `nodelink`, `gnd`, `geonames`, `viaf`, `group`, `person`, `corporate`|
64
64
|`value`| Dieses Unterelement wird nur bei den beiden Typen `dropdown` und `multiselect` genutzt und enthält die möglichen Werte, die zur Auswahl stehen sollen. |
65
65
|`vocabulary`| Dieses Unterelement enthält den Namen des zu verwendenden Vokabulars. Es wird nur ausgewertet, wenn `vocabulary`, `dropdown` oder `multiselect` im Typ des Feldes gesetzt ist und keine `<value>` Elemente konfiguriert wurden. Die Auswahlliste enthält jeweils den Hauptwert der Records. |
66
66
|`searchParameter`| Mit diesem wiederholbaren Unterfeld können Suchparameter definiert werden, mit denen das Vokabular gefiltert wird, die Syntax ist `fieldname=value`. |
@@ -185,6 +185,44 @@ Es können auch mehrere Validierungsregeln kombiniert werden, zum Beispiel `uniq
In der Standardeinstellung sind die einzelnen Bereiche 1. `Identifikation`, 2. `Kontext`, 3. `Inhalt und innere Ordnung`, 4. `Zugangs- und Benutzungsbedingungen`, 5. `Sachverwandte Unterlagen`, 6. `Anmerkungen` und 7. `Verzeichnungskontrolle` aus Platzgründen eingeklappt und werden nicht angezeigt. Damit sie bereits beim auswählen eines Knotens ausgeklappt und angezeigt werdden, kann das Element `<showGroup level="1" />` verwendet werden. Über die Ordnungsnummer im Attribut level wird gesteuert, welcher Bereich ausgeklappt wird. Um auch unausgefüllte Metadaten gleich anzuzeigen, ohne sie mittels Badge hinzuzufügen, kann innerhalb der `<metadata>` Definition das Attribut `showField="true"` genutzt werden.
Copy file name to clipboardExpand all lines: docs/03_config/en.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ There are also a number of other optional details:
59
59
|`@showField`| Defines whether the field is displayed open in the detail display, even if no value is yet available. The field may contain the two values `true` and `false`\(default\). |
60
60
|`@rulesetName`| A metadata from the rule set can be specified here. When a Goobi process is created for the node, the configured metadata is created. |
61
61
|`@importMetadataInChild`| This can be used to control whether the metadata should also be created in Goobi processes of child nodes. The field may contain the two values `true` and `false`\(default\). |
62
-
|`@fieldType`| Controls the behaviour of the field. Possible are `input`\(default\) , `textarea`, `dropdown`, `multiselect`, `vocabulary`, `nodelink`, `gnd`, `geonames`, `viaf`|
62
+
|`@fieldType`| Controls the behaviour of the field. Possible are `input`\(default\) , `textarea`, `dropdown`, `multiselect`, `vocabulary`, `nodelink`, `gnd`, `geonames`, `viaf`, `group`, `person`, `corporate`|
63
63
|`value`| This sub-element is only used for the two types ‘dropdown’ and ‘multiselect’ and contains the possible values that are to be available for selection. |
64
64
|`vocabulary`| This sub-element contains the name of the vocabulary to be used. It is only evaluated if `vocabulary`, `dropdown` or `multiselect` is set in the field type and no `<value>` elements have been configured. The selection list contains the main value of each record. |
65
65
|`searchParameter`| This repeatable subfield can be used to define search parameters with which the vocabulary is filtered, the syntax is `fieldname=value`. |
@@ -184,6 +184,44 @@ Several validation rules can also be combined, for example `unique+required`, `r
In the default setting, the individual sections 1 `Identification`, 2 `Context`, 3 `Content and internal organisation`, 4 `Access and usage conditions`, 5 `Related documents`, 6 `Notes` and 7 `Directory control` are collapsed for reasons of space and are not displayed. The element `<showGroup level=‘1’ />` can be used so that they are already expanded and displayed when a node is selected. The ordinal number in the level attribute is used to control which area is expanded. The attribute `showField=‘true’` can be used within the `<metadata>` definition to display unfilled metadata immediately without adding it using a badge.
0 commit comments