Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
[
  {
    "setId": 0,
    "name": "string",
    "icon": "string",
    "fields": [
      {
        "fieldId": 0,
        "fieldGuid": "string",
        "name": "string",
        "fieldName": "string",
        "contentType": "string",
        "isSearchable": true,
        "type": 0,
        "editorType": 1 // Erst verfügbar ab v2.24.30
      }
    ]
  }
]
Note

Der EditorType ist erst ab Version 2.24.30 von antony verfügbar!

...

  • 0 - String

  • 1 - LongString

  • 2 - Numeric

  • 3 - Double

  • 4 - Image

  • 5 - Date

  • 6 - DateTime

  • 7 - Link

  • 8 - Boolean


EditorType

Der Typ kann folgende Werte enthalten:

  • 0 - Kein Editor angegeben

  • 1 - Checkbox

  • 2 - Auswahlbox

  • 3 - Datumsfeld

  • 4 - Notizfeld

  • 5 - Bild

  • 6 - Textfeld

  • 7 - Nummernfeld

  • 8 - Benutzerauswahl

  • 9 - Titelauswahl

  • 10 - Landauswahl

  • 11 - Fortlaufende Nummer

  • 12 - Kontaktauswahl