Skip to content

Commit 642d635

Browse files
chore: disable project_enabled flag
1 parent 6b62efb commit 642d635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ module.exports = {
390390

391391
projects: {
392392
/** To enable the Projects feature, set this value to true */
393-
enabled: true,
393+
enabled: false,
394394
workflow: {
395395
/** Set the default projects workflow mode.
396396
* - manual - you must manually commit changes

0 commit comments

Comments
 (0)