From 2f2d8215f8fa95f317c465f2f79c395d8336786a Mon Sep 17 00:00:00 2001 From: yacchin1205 <968739+yacchin1205@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:58:02 +0900 Subject: [PATCH] Change editOnly value --- demo/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demo/settings.json b/demo/settings.json index 651f51f..d2c35cd 100644 --- a/demo/settings.json +++ b/demo/settings.json @@ -285,8 +285,10 @@ * * Pad creation is only via the API. * This applies both to group pads and regular pads. + * + * ep_weave does not allow new Pad creation by `/p/xxxx` URL. */ - "editOnly": "${EDIT_ONLY:false}", + "editOnly": "true", /* * If true, all css & js will be minified before sending to the client.