feat(NodeRED): enable projects

!1
This commit is contained in:
2023-08-11 00:10:23 +09:30
parent 98e7a89005
commit cb934145a6

View File

@ -390,7 +390,7 @@ module.exports = {
projects: { projects: {
/** To enable the Projects feature, set this value to true */ /** To enable the Projects feature, set this value to true */
enabled: false, enabled: true,
workflow: { workflow: {
/** Set the default projects workflow mode. /** Set the default projects workflow mode.
* - manual - you must manually commit changes * - manual - you must manually commit changes