fix title

This commit is contained in:
j 2024-06-02 10:38:01 +01:00
parent 091584c451
commit 19dfaab36f

View file

@ -397,7 +397,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"keys": [ "keys": [
{"id": "id", "title": "ID", "type": "string"}, {"id": "id", "title": "ID", "type": "string"},
{"id": "name", "title": "Name", "type": "string"}, {"id": "name", "title": "Name", "type": "string"},
{"id": "description", "title": "Biography", "type": "text"}, {"id": "description", "title": "Description", "type": "text"},
{"id": "image", "title": "Image", "type": "document"} {"id": "image", "title": "Image", "type": "document"}
] ]
} }