aboutsummaryrefslogtreecommitdiff
path: root/settings.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'settings.yaml')
-rw-r--r--settings.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/settings.yaml b/settings.yaml
new file mode 100644
index 0000000..bfb5ce6
--- /dev/null
+++ b/settings.yaml
@@ -0,0 +1,26 @@
+name: Brick Mortar and Web
+lang: english
+entry_label: '{{ short_id }}: {{ name }}'
+git: true
+fields:
+- name: name
+ type: string
+ prefix: S
+ index: free
+- name: url
+ type: url
+ index: field
+- name: sells
+ type: list
+ list: string
+ index: free
+- name: country
+ type: string
+ index: field
+ help: "ISO 3166-1 alpha-2 code"
+- name: address
+ type: string
+- name: comments
+ type: text
+ index: free
+