Skip to content

Commit

Permalink
pricing: Add edge development to pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJvandeWeg committed Oct 16, 2023
1 parent 5d993f4 commit e7c2e51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/_includes/feature_lists/cloud.njk
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
label: "Team Library",
values: [null, 'check', 'check'],
info: "<p>Setup standard nodes and flows that can be shared with all team members.</p>"
}, {
id: "edge-development",
label: "Edge Development",
values: [null, 'check', 'check'],
info: "<p>Connect to a edge device and develop your flows.</p>"
}, {
id: "sso",
label: "Single Sign-On (SSO)",
Expand Down
6 changes: 6 additions & 0 deletions src/_includes/feature_lists/self-hosted.njk
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,15 @@
values: [null, 'check', 'check'],
info: "<p><a href=\"https://github.com/FlowFuse/nr-project-nodes\" target=\"blank\">FlowFuse Project Nodes</a> enable the passing of data and messages between your Node-RED projects, included with all FlowFuse Projects by default.</p>"
}, {
id: "team-library",
label: "Team Library",
values: [null, 'check', 'check'],
info: "<p>Setup standard nodes and flows that can be shared with all team members.</p>"
}, {
id: "edge-development",
label: "Edge Development",
values: [null, 'check', 'check'],
info: "<p>Connect to a edge device and develop your flows.</p>"
}, {
id: "sso",
label: "Single Sign-On (SSO)",
Expand Down

0 comments on commit e7c2e51

Please sign in to comment.