Skip to content

Commit

Permalink
feat(navbar): close cfp item on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rockleona committed Aug 12, 2024
1 parent f428420 commit 4840d1d
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', 'openSpaces'], // ['sprints', 'openSpaces', 'jobs']
conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
eventsHideItems: ['sprints', 'openSpaces'], // ['sprints', 'openSpaces', 'jobs']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']
},
Expand Down

0 comments on commit 4840d1d

Please sign in to comment.