diff --git a/forge/lib/templates.js b/forge/lib/templates.js
index be22313abd..930684a775 100644
--- a/forge/lib/templates.js
+++ b/forge/lib/templates.js
@@ -4,6 +4,7 @@ module.exports = {
'disableTours',
'httpAdminRoot',
'dashboardUI',
+ 'dashboardIFrame',
'codeEditor',
'theme',
'page_title',
@@ -36,6 +37,7 @@ module.exports = {
disableTours: false,
httpAdminRoot: '',
dashboardUI: '/ui',
+ dashboardIFrame: false,
codeEditor: 'monaco',
theme: 'forge-light',
page_title: 'FlowFuse',
@@ -65,6 +67,7 @@ module.exports = {
disableTours: true,
httpAdminRoot: true,
dashboardUI: true,
+ dashboardIFrame: true,
codeEditor: true,
theme: true,
page_title: false,
diff --git a/frontend/src/pages/admin/Template/sections/Editor.vue b/frontend/src/pages/admin/Template/sections/Editor.vue
index 9aa92c2262..4e1dd2a350 100644
--- a/frontend/src/pages/admin/Template/sections/Editor.vue
+++ b/frontend/src/pages/admin/Template/sections/Editor.vue
@@ -66,6 +66,27 @@
Upgrade your stack to be able to enable
+embedding Dashboards in iFrames
+