Skip to content

Commit

Permalink
chore: configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Oct 8, 2024
1 parent ffdc37b commit c1d36d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
4 changes: 2 additions & 2 deletions client/src/data/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"es": "Programa"
},
"options": {
"filter": "types=4046,4047,4048,4049,4050",
"filter": "types=4666,4667,4664,4669",
"tile": {
"header": ["type"],
"attributes": ["languages", "recorded", "track", "themes"],
Expand All @@ -154,7 +154,7 @@
"es": "Arte y Medios"
},
"options": {
"filter": "types=4045,4359",
"filter": "types=4665",
"tile": {
"header": ["track"],
"attributes": ["themes"]
Expand Down
28 changes: 11 additions & 17 deletions server/app-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,51 +27,45 @@
]
},
"pretalx": {
"eventSlug": "mozfest-house-amsterdam-2024",
"eventSlug": "mozfest-house-zambia-2024",
"englishKeys": ["en", "en-mozilla"],
"questions": {
"pulsePhoto": 1179,
"links": [],
"affiliation": 3593,
"recommendations": 3595
"affiliation": 4047,
"recommendations": 4037
},
"aslTagId": 632,
"ccTagId": 633
},
"tito": {
"accountSlug": "mozilla",
"eventSlug": "mozfest-house-amsterdam-2024"
"eventSlug": "mozfest-house-zambia"
},
"sessionTypes": [
{
"id": 4046,
"id": 4666,
"title": { "en": "Workshop", "es": "Taller" },
"icon": ["fas", "object-group"],
"layout": "workshop"
},
{
"id": 4048,
"title": { "en": "Extended Workshop", "es": "Taller extendido" },
"icon": ["fas", "object-group"],
"layout": "workshop"
},
{
"id": 4047,
"id": 4667,
"title": { "en": "Discussion", "es": "Discusión" },
"icon": ["fas", "comments"],
"layout": "workshop"
},
{
"id": 4045,
"id": 4665,
"title": {
"en": "Installation",
"es": "Installation"
"en": "Art & Media Installation",
"es": "Art & Media Installation"
},
"icon": ["fas", "object-group"],
"layout": "plenary"
},
{
"id": 4050,
"id": 4664,
"title": {
"en": "Social Moment",
"es": "Social Moment"
Expand All @@ -80,7 +74,7 @@
"layout": "plenary"
},
{
"id": 4049,
"id": 4669,
"title": {
"en": "Community Plenary",
"es": "Community Plenary"
Expand Down

0 comments on commit c1d36d7

Please sign in to comment.