Hi,
While this issue has apparently been resolved for annotation exports, it appears to have the same problem on YML exports.
Expected output:
slug:
  type: string
  gedmo:
    slug:
      unique: true
      fields:
        - title
Actual output:
slug:
  type: string
  gedmo:
    slug:
      unique: true
      fields:
        title:
Skipper 3.2.7.1321
Thanks