aboutsummaryrefslogtreecommitdiff
path: root/settings.yaml
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-07 09:10:22 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-07 09:59:59 +0200
commit041243698333e1925ad7686b288e33df6233b990 (patch)
treebf3e1ef34568cfe8a5d755791041f1008d65cc5e /settings.yaml
Struttura di collezione
Diffstat (limited to 'settings.yaml')
-rw-r--r--settings.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/settings.yaml b/settings.yaml
new file mode 100644
index 0000000..1ce0c80
--- /dev/null
+++ b/settings.yaml
@@ -0,0 +1,22 @@
+name: Bookmark del GL-Como
+lang: italian
+entry_label: '{{ eid }}: {{ title }} {{ url }}'
+git: true
+fields:
+- name: title
+ type: string
+ prefix: S
+ index: free
+- name: url
+ type: url
+ index: field
+- name: description
+ type: text
+ index: free
+- name: tags
+ type: list
+ list: string
+ index: field
+- name: added
+ type: datetime
+ index: field