diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-30 16:47:55 +0200 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-30 16:47:55 +0200 | 
| commit | 0385fdd64368d65e86b296ed94e57176c5a08fec (patch) | |
| tree | b65742efb359460c0f787b7b31fc726665fbed83 | |
| parent | 6cce5380ef1585f72dc4083297932489f793ca0b (diff) | |
Create a default entry label with short_id
| -rw-r--r-- | lesana/data/settings.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lesana/data/settings.yaml b/lesana/data/settings.yaml index 5df1d65..c84372c 100644 --- a/lesana/data/settings.yaml +++ b/lesana/data/settings.yaml @@ -1,6 +1,6 @@  name: 'My Collection'  lang: english -entry_label: '{{ eid }}: {{ name }}' +entry_label: '{{ short_id }}: {{ name }}'  git: true  fields:      - name: name | 
