# directus_fields isn't surfaced in the app
table: directus_fields

fields:
  - collection: directus_fields
    field: id
    width: half

  - collection: directus_fields
    field: collection
    width: half

  - collection: directus_fields
    field: field
    width: half

  - collection: directus_fields
    field: special
    hidden: true
    special: csv
    width: half

  - collection: directus_fields
    field: interface
    width: half

  - collection: directus_fields
    field: options
    hidden: true
    special: json
    width: half

  - collection: directus_fields
    field: display
    width: half

  - collection: directus_fields
    field: display_options
    hidden: true
    special: json
    width: half

  - collection: directus_fields
    field: readonly
    hidden: true
    special: boolean
    width: half

  - collection: directus_fields
    field: hidden
    hidden: true
    special: boolean
    width: half

  - collection: directus_fields
    field: required
    hidden: true
    special: boolean
    width: half

  - collection: directus_fields
    field: sort
    width: half

  - collection: directus_fields
    field: width
    width: half

  - collection: directus_fields
    field: group
    width: half

  - collection: directus_fields
    field: translations
    hidden: true
    special: json
    width: half

  - collection: directus_fields
    field: note
    width: half

  - collection: directus_fields
    field: conditions
    hidden: true
    special: json
  
  - collection: directus_fields
    field: unique
    hidden: true
    special: boolean
    width: half

  - collection: directus_fields
    field: is_external_source
    interface: boolean
    special: boolean
    width: half

  - collection: directus_fields
    field: data_type
    width: half
