Skip to content

Commit

Permalink
Update display of ticket categories and prices in event page
Browse files Browse the repository at this point in the history
Instead of each category/price being an entry they are instead grouped
under the price entry.

To prevent multiple elements from wrapping we use the new column layout.

DDFFORM-57
  • Loading branch information
kasperg committed Dec 10, 2023
1 parent 37ae214 commit f6a7ae0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/stories/Blocks/event-page/EventPage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ export default {
listDescriptionData: {
defaultValue: {
Tid: { value: ["19:30 — 21:00"], type: "standard" },
Standard: { value: ["65 kr."], type: "standard" },
Børn: { value: ["Gratis"], type: "standard" },
Pris: {
value: ["Standard: 65 kr.", "Børn: Gratis"],
type: "standard",
layout: "column",
},
Sted: {
value: [
"Hovedbibliotek",
Expand Down

0 comments on commit f6a7ae0

Please sign in to comment.