Skip to content

Commit

Permalink
feat(events/jobs): toggle job lists
Browse files Browse the repository at this point in the history
Open job lists on 2024 sites.
  • Loading branch information
SivanYeh committed Jun 12, 2024
1 parent 14968b8 commit 4f9e2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ export const state = () => ({
showSponsorPage: true,
showRegistrationPage: true,
showEventOverviewPage: true,
showEventsPage: false,
showEventsPage: true,
showConferencePage: true,
showVenuePage: false,
showProposalSystemPage: true,
showIndexSponsorSection: true,
showIndexSecondaryBtn: false,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
eventsHideItems: [], // ['sprints', 'openSpaces', 'jobs']
eventsHideItems: ['sprints', 'openSpaces'], // ['sprints', 'openSpaces', 'jobs']
conferenceHideItems: ['talks', 'tutorials', 'panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']
Expand Down

0 comments on commit 4f9e2a9

Please sign in to comment.