Skip to content

Commit

Permalink
fix(#239): current dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Dec 13, 2024
1 parent 56d2e3f commit 790b896
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions docs/config-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,6 @@ choices:
description: Accepted the terms
read_only: true
packages:
addfursuit:
constraint: 'fursuit'
constraint_msg: Please select the free fursuit badge first, otherwise you'll pay too much.
description: Additional Fursuit Badge
price: 200
vat_percent: 19
max_count: 10
visible_for:
- regdesk
- sponsordesk
artshow-panel-four:
description: Artshow (4 Panels)
price: 8000
Expand Down Expand Up @@ -331,6 +321,23 @@ choices:
price: 40000
read_only: true
vat_percent: 19
fursuit:
description: First Fursuit Badge
price: 0
vat_percent: 19
visible_for:
- regdesk
- sponsordesk
fursuitadd:
constraint: 'fursuit'
constraint_msg: Please select the free fursuit badge first, otherwise you'll pay too much.
description: Additional Fursuit Badge
price: 200
vat_percent: 19
max_count: 10
visible_for:
- regdesk
- sponsordesk
early:
constraint: '!day-wed,!day-thu,!day-fri,!day-sat'
constraint_msg: Early Bird Discount does not apply to Day Tickets
Expand All @@ -340,13 +347,6 @@ choices:
vat_percent: 19
visible_for:
- regdesk
fursuit:
description: First Fursuit Badge
price: 0
vat_percent: 19
visible_for:
- regdesk
- sponsordesk
late:
constraint: '!day-wed,!day-thu,!day-fri,!day-sat'
constraint_msg: Late Fee does not apply to Day Tickets
Expand Down Expand Up @@ -378,22 +378,7 @@ choices:
visible_for:
- regdesk
- sponsordesk
stage:
default: true
description: Entrance Fee (Stage Ticket)
price: 500
vat_percent: 19
visible_for:
- regdesk
tshirt:
constraint: '!sponsor,!sponsor2'
constraint_msg: Sponsors and supersponsors get their T-Shirt for free.
description: Paid T-Shirt (non-sponsor)
price: 2000
vat_percent: 19
visible_for:
- sponsordesk
ultrasponsor:
benefactor:
allowed_counts:
- 1
- 2
Expand All @@ -411,13 +396,28 @@ choices:
- 100
constraint: 'sponsor2'
constraint_msg: Only available for supersponsors.
description: Ultra Sponsor
description: Benefactor
max_count: 100
price: 5000
vat_percent: 19
visible_for:
- regdesk
- sponsordesk
stage:
default: true
description: Entrance Fee (Stage Ticket)
price: 500
vat_percent: 19
visible_for:
- regdesk
tshirt:
constraint: '!sponsor,!sponsor2'
constraint_msg: Sponsors and supersponsors get their T-Shirt for free.
description: Paid T-Shirt (non-sponsor)
price: 2000
vat_percent: 19
visible_for:
- sponsordesk
options:
anim:
description: Animator
Expand Down

0 comments on commit 790b896

Please sign in to comment.