summaryrefslogtreecommitdiff
path: root/tests/data/wrong/settings.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/wrong/settings.yaml')
-rw-r--r--tests/data/wrong/settings.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/data/wrong/settings.yaml b/tests/data/wrong/settings.yaml
index 243ab62..83a542b 100644
--- a/tests/data/wrong/settings.yaml
+++ b/tests/data/wrong/settings.yaml
@@ -1,5 +1,6 @@
name: "Lesana collection with certain errors"
lang: 'somethingish'
+entry_label: '{{ short_id }}: {{ name }} - {{ things | join("; ") }}'
fields:
- name: name
type: string
@@ -8,7 +9,7 @@ fields:
type: text
- name: position
type: string
- index: facet
+ index: field
- name: number
type: integer
help: "Enter an integer here"
@@ -18,3 +19,7 @@ fields:
- name: price
type: decimal
help: 'prices are never float!'
+ - name: things
+ type: list
+ list: string
+ index: field