diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-11-14 18:53:55 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-11-14 18:53:55 +0100 |
commit | ce82d52be75e9ab9b61196e5211981494b2edfb3 (patch) | |
tree | 699cfd9c8342c56bd0bc20d8a35d5db837f497e4 /settings.yaml |
Collection settings and readme
Diffstat (limited to 'settings.yaml')
-rw-r--r-- | settings.yaml | 26 |
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 + |