Skip to content

Commit

Permalink
Merge pull request #566 from rockleona/feat/close-cfp
Browse files Browse the repository at this point in the history
feat(navbar): close cfp item on navbar
  • Loading branch information
mattwang44 authored Aug 15, 2024
2 parents 0aa6a4b + 5cbf4e5 commit 7b05724
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ export const state = () => ({
conferenceName: 'PyCon TW',
conferenceYear: '2024',
conferenceDate: '2024-09-21',
showSpeakingPage: true,
showAboutStaffPage: false,
showSchedulePage: false,
showSponsorPage: true,
showRegistrationPage: true,
showConferencePage: true,
showEventOverviewPage: true,
showEventsPage: true,
showConferencePage: true,
showVenuePage: true,
showProposalSystemPage: true,
showIndexSponsorSection: true,
showIndexSecondaryBtn: true,
showIndexSponsorSection: true,
showProposalSystemPage: true,
showRegistrationPage: true,
showSchedulePage: false,
showSpeakingPage: false,
showSponsorPage: true,
showVenuePage: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
eventsHideItems: ['sprints'], // ['sprints', 'openSpaces', 'jobs']
conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
eventsHideItems: ['sprints'], // ['sprints', 'openSpaces', 'jobs']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']
},
Expand Down

0 comments on commit 7b05724

Please sign in to comment.