mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Ability to add projects path to the settings file (#2816)
* add the ability to set the projects path * Update packages/node_modules/@node-red/runtime/locales/en-US/runtime.json use directory to keep consistency with the project Co-authored-by: Nick O'Leary <nick.oleary@gmail.com> * Update packages/node_modules/@node-red/runtime/lib/storage/localfilesystem/projects/index.js only show the projects directory is projects are enabled Co-authored-by: Nick O'Leary <nick.oleary@gmail.com> * use "directory" instead of "folder" to keep consistency with the Node-RED project Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
@@ -156,6 +156,7 @@
|
||||
"projects": {
|
||||
"changing-project": "Setting active project : __project__",
|
||||
"active-project": "Active project : __project__",
|
||||
"projects-directory": "Projects directory: __projectsDirectory__",
|
||||
"project-not-found": "Project not found : __project__",
|
||||
"no-active-project": "No active project : using default flows file",
|
||||
"disabled": "Projects disabled : editorTheme.projects.enabled=false",
|
||||
|
Reference in New Issue
Block a user