diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-12-28 18:21:19 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-12-28 18:21:19 +0100 | 
| commit | 812c47c4970ebebe19827d94fd467b9964028ae6 (patch) | |
| tree | 2194c88c1c2cac03a63aaef2a6beba304c1fb531 /tests/data/complex | |
| parent | a6e69a457226484f2419b792e45428041506e61d (diff) | |
Use eid instead of uid
Diffstat (limited to 'tests/data/complex')
| -rw-r--r-- | tests/data/complex/settings.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/data/complex/settings.yaml b/tests/data/complex/settings.yaml index 03110f3..51f313f 100644 --- a/tests/data/complex/settings.yaml +++ b/tests/data/complex/settings.yaml @@ -1,6 +1,6 @@  name: "Fully featured lesana collection"  lang: 'english' -entry_label: '{{ uid}}: {{ name }} ({{ tags }})' +entry_label: '{{ eid }}: {{ name }} ({{ tags }})'  fields:      - name: name        type: string | 
