blob: 243ab622db8fb6415cfc5fa8b78d7e263d4bca62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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"
- name: float
type: float
help: "Enter a floating point number here"
- name: price
type: decimal
help: 'prices are never float!'
|