aboutsummaryrefslogtreecommitdiff
path: root/tests/data/simple/settings.yaml
blob: 36c4e3e1fc6b8f7f6a1f00796f6a0e35a0c323e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Simple lesana collection"
lang: 'english'
fields:
    - name: name
      type: string
      index: free
    - name: description
      type: text
      index: free
    - name: position
      type: string
      index: facet
    - name: quantity
      type: integer
      index: no