FieldType

public enum FieldType: String

The possible Field types in Contentful

  • A date value with optional time component

    Declaration

    Swift

    case date                           = "Date"
  • A location value, consists of latitude and longitude

    Declaration

    Swift

    case location                       = "Location"
  • A short text string, can be part of an array

    Declaration

    Swift

    case symbol                         = "Symbol"