Update settings.js
Browse files- settings.js +1 -1
settings.js
CHANGED
|
@@ -420,7 +420,7 @@ module.exports = {
|
|
| 420 |
|
| 421 |
projects: {
|
| 422 |
/** To enable the Projects feature, set this value to true */
|
| 423 |
-
enabled:
|
| 424 |
workflow: {
|
| 425 |
/** Set the default projects workflow mode.
|
| 426 |
* - manual - you must manually commit changes
|
|
|
|
| 420 |
|
| 421 |
projects: {
|
| 422 |
/** To enable the Projects feature, set this value to true */
|
| 423 |
+
enabled: false,
|
| 424 |
workflow: {
|
| 425 |
/** Set the default projects workflow mode.
|
| 426 |
* - manual - you must manually commit changes
|