From ee604c6c8dcd7852ba67a04ae1f48d1dd26a5e18 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 14 May 2018 14:30:39 +0100 Subject: [PATCH] Updated Design: Custom Node admin route handling (markdown) --- Design:-Custom-Node-admin-route-handling.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/Design:-Custom-Node-admin-route-handling.md b/Design:-Custom-Node-admin-route-handling.md index 3c1deeb..703ec11 100644 --- a/Design:-Custom-Node-admin-route-handling.md +++ b/Design:-Custom-Node-admin-route-handling.md @@ -9,6 +9,9 @@ This poses some problems for the split of the editor and runtime. One of the goals of the split is to be able to serve the editor from a static file server (eg AWS S3) and point it at a server hosting the admin api. At this point, any relative urls a custom node uses will break - as they will be relative to the S3 url, not the admin api url. +### Editor side + + There are a number of ways a user may access these custom routes - each needs a slightly different solution. | Type of route | Resolution | @@ -23,9 +26,23 @@ There are a number of ways a user may access these custom routes - each needs a | `` inside edit template `