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
Schemafelder können hier hinzugefügt oder bearbeitet werden.
4
+
5
+
Feldnamen müssen einzigartig sein.
6
+
Es wird empfohlen kurze Bezeichner zu verwenden, die sich wahrscheinlich später nicht ändern werden, da später sie als Verweise auf die Felder in den Aggregationen genutzt werden.
7
+
Das Label-Konfigurations-Feld sollte für menschen-lesbare Namen verwendet werden.
8
+
9
+
Der Typ des Feldes definiert welche Informationen darin gespeichert werden und beieinflusst wie diese später angezeigt werden.
10
+
Jeder Typ hat seine eigenen Konfigurationsoptionen.
11
+
12
+
Weitere Informationen finden sich in der [[doku>plugin:struct:type|Dokumentation des Plugins]].
Copy file name to clipboardExpand all lines: lang/en/editor_edit.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Add or modify fields of the schema here.
4
4
5
-
Field names have to be unique. It is recommended to use short identifiers that unlikely change later as they will beused to reference the fields in aggregations later. Use the translation labels in the field's configuration for more human readable names.
5
+
Field names have to be unique. It is recommended to use short identifiers that unlikely change later as they will be used to reference the fields in aggregations later. Use the translation labels in the field's configuration for more human readable names.
6
6
7
7
The type of a field defines what kind of data can be stored in the field and influences how it will be displayed later. Each type has its own specific configuration options.
0 commit comments