summaryrefslogtreecommitdiffstats
path: root/internal/admin/templates/form.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/admin/templates/form.html')
-rw-r--r--internal/admin/templates/form.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/internal/admin/templates/form.html b/internal/admin/templates/form.html
index 61c7cac..4a93d3d 100644
--- a/internal/admin/templates/form.html
+++ b/internal/admin/templates/form.html
@@ -69,7 +69,12 @@
list: List,
code: Code,
quote: Quote,
- image: ImageTool,
+ image: {
+ class: ImageTool,
+ config: {
+ endpoints: { byFile: '/admin/upload/image' },
+ },
+ },
component: ComponentTool,
},
data: { blocks: initialData },