diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-11-22 12:33:44 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:56 +0100 |
commit | f10b03c55ece933e4277cdf1e7d4acfba9fdd7ed (patch) | |
tree | df505f12323d4bcc2e3f63521c9ada64b3585e7f /archaeological_finds/fixtures | |
parent | e7dfaffc372292d8467da8a8be872e9ac9456618 (diff) | |
download | Ishtar-f10b03c55ece933e4277cdf1e7d4acfba9fdd7ed.tar.bz2 Ishtar-f10b03c55ece933e4277cdf1e7d4acfba9fdd7ed.zip |
🗃️ database: exhibition
Diffstat (limited to 'archaeological_finds/fixtures')
-rw-r--r-- | archaeological_finds/fixtures/initial_data-fr.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json index ef6af8b9e..b969d15ca 100644 --- a/archaeological_finds/fixtures/initial_data-fr.json +++ b/archaeological_finds/fixtures/initial_data-fr.json @@ -7082,5 +7082,14 @@ "available": true, "order": 30 } +}, +{ + "model": "archaeological_finds.exhibitiontype", + "fields": { + "label": "Exposition", + "txt_idx": "exhibition", + "comment": "", + "available": true + } } ] |