Skip to content

Commit

Permalink
chore: disable tasks functionality by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcquade committed Jan 22, 2024
1 parent a488e54 commit 46c5870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/data-models/appConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ const ASSET_PACKS = {
};

const TASKS = {
enabled: true,
enabled: false,
// The name of the field that tracks the currently highlighted task group
highlightedTaskField: "_task_highlighted_group_id",
// The top-level list of task groups (e.g. modules)
// The top-level list of task groups (e.g. modules), containing task groups that can be highlighted
taskGroupsListName: "workshop_tasks",
};

Expand Down

0 comments on commit 46c5870

Please sign in to comment.