-
- Note: Block Scripts are executed in a sandboxed environment. This may have limitations and might not
- perfectly replicate live site behavior. Executing untrusted scripts could be unsafe.
-
+
+
+
+
+ Follow this
+
+ to enable local network access.
+
+
+ Allow Builder to access your local network for integration with external editors like VS Code. Click
+
+ for more information.
+
+
+
+
+
+ Access Granted
+
+
+ Access Denied
+
+
+ Unsupported
+
+
+
+
diff --git a/frontend/src/components/Settings/PageCode.vue b/frontend/src/components/Settings/PageCode.vue
index 71ce45e83..a23019cf9 100644
--- a/frontend/src/components/Settings/PageCode.vue
+++ b/frontend/src/components/Settings/PageCode.vue
@@ -9,7 +9,8 @@
class="shrink-0"
:modelValue="pageStore.activePage?.head_html"
@update:modelValue="(val) => pageStore.updateActivePage('head_html', val)"
- :showLineNumbers="true">
+ :showLineNumbers="true"
+ :externalEditorContext="getEditorContext('head_html')">