summaryrefslogtreecommitdiff
path: root/tests/data/wrong/settings.yaml
blob: ef9ab740a77a324d48da2138f770f0180157838c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "Lesana collection with certain errors"
lang: 'somethingish'
fields:
    - name: name
      type: string
      index: free
    - name: description
      type: text
    - name: position
      type: string
      index: facet
    - name: number
      type: integer
      help: "Enter an integer here"