Skip to content

Commit

Permalink
[Fix] Change sections to simple questions
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Oct 8, 2024
1 parent 29bb13d commit 84ee4d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stories/assets/form/form1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2453,29 +2453,29 @@
},
{
"@id": "http://vfn.cz/ontologies/fss-form/simple-date-time-q",
"has-layout-class": ["section", "answerable", "datetime"],
"has-layout-class": ["datetime"],
"@type": "doc:question",
"label": "Date and time",
"datetime-format": "yyyy-MM-dd HH:mm"
},
{
"label": "Time",
"@type": "doc:question",
"has-layout-class": ["section", "answerable", "time"],
"has-layout-class": ["time"],
"time-format": "HH:mm",
"@id": "http://vfn.cz/ontologies/fss-form/simple-time-q"
},
{
"label": "Date",
"has-layout-class": ["section", "answerable", "date"],
"has-layout-class": ["date"],
"@id": "http://vfn.cz/ontologies/fss-form/simple-date-q",
"@type": "doc:question",
"date-format": "yyyy-MM-dd HH:mm"
},
{
"label": "Timestamp in db",
"@id": "http://vfn.cz/ontologies/fss-form/timestamp-in-db-q",
"has-layout-class": ["section", "answerable", "datetime"],
"has-layout-class": ["datetime"],
"has_answer": "http://onto.fel.cvut.cz/ontologies/custom/model/instance#instance123456-a",
"@type": "doc:question"
},
Expand Down

0 comments on commit 84ee4d7

Please sign in to comment.