Skip to content

Commit

Permalink
schema updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwhiteoval committed Apr 29, 2023
1 parent 27c1fad commit 79d3c3b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// "**/My-Workspaces": true,
"**/My-Secrets": true,
"**/My-Data-Storage": true,
"**/My-Log-Files": true,
// "**/My-Log-Files": true,
},
"search.exclude": {
"**/Data-Storage*": true,
Expand All @@ -22,5 +22,6 @@
"**/My-Log-Files*": true,
},
"search.maintainFileSearchCache": true,
"editor.mouseWheelZoom": true
"editor.mouseWheelZoom": true,
"java.compile.nullAnalysis.mode": "disabled"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "Plugin P2P-Networks",
"type": "Plugin P2P Networks",
"menuItems": [
{
"action": "Add Missing Plugin P2P Networks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
{
"name": "pluginP2PNetworks",
"type": "node",
"childType": "Plugin P2P-Networks",
"childType": "Plugin P2P Networks",
"autoAdd": false
}
],
Expand Down
10 changes: 10 additions & 0 deletions Projects/Network/Schemas/App-Schema/p2p-network.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"dontShowAtFullscreen": true,
"actionFunction": "uiObject.configEditor.activate"
},
{
"action": "Install as Plugin",
"actionProject": "Community-Plugins",
"askConfirmation": true,
"confirmationLabel": "Confirm to Install",
"label": "Install as Plugin",
"iconPathOn": "configuration",
"iconPathOff": "configuration",
"actionFunction": "payload.executeAction"
},
{
"action": "Delete UI Object",
"actionProject": "Visual-Scripting",
Expand Down
2 changes: 1 addition & 1 deletion Projects/ProjectsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,7 @@
]
},
"plugins": [
"P2P-Networks"
"P2P Networks"
]
},
{
Expand Down

0 comments on commit 79d3c3b

Please sign in to comment.