Skip to content

Commit

Permalink
better uischema for exhibition
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Sep 19, 2024
1 parent deb4012 commit 0b1050a
Showing 1 changed file with 27 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,21 +154,37 @@
"elements": [
{
"type": "Group",
"label": "Beginn",
"elements": [
{
"type": "Control",
"label": "Beginn",
"scope": "#/properties/startDate"
"scope": "#/properties/startDate/properties/dateModifier",
"options": {
"trim": true
}
},
{
"type": "Control",
"label": "",
"scope": "#/properties/startDate/properties/dateValue"
}
]
},
{
"type": "Group",
"label": "Ende",
"elements": [
{
"type": "Control",
"label": "Ende",
"scope": "#/properties/endDate"
"scope": "#/properties/endDate/properties/dateModifier",
"options": {
"trim": true
}
},
{
"type": "Control",
"label": "",
"scope": "#/properties/endDate/properties/dateValue"
}
]
}
Expand Down Expand Up @@ -302,7 +318,9 @@
"label": "Ausstellungskataloge",
"scope": "#/properties/catalogs",
"options": {
"additionalKnowledgeSources": ["k10plus"],
"additionalKnowledgeSources": [
"k10plus"
],
"elementLabelProp": "title",
"detail": "GENERATED"
}
Expand All @@ -312,7 +330,9 @@
"label": "weitere Quellen",
"scope": "#/properties/resources",
"options": {
"additionalKnowledgeSources": ["k10plus"],
"additionalKnowledgeSources": [
"k10plus"
],
"elementLabelProp": "title",
"detail": "GENERATED"
}
Expand Down Expand Up @@ -361,4 +381,4 @@
"variant": "stepper",
"showNavButtons": true
}
}
}

0 comments on commit 0b1050a

Please sign in to comment.