From e3efc70bada3685af65de1e056750d4cfcdf057e Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 23 Apr 2024 12:50:58 +0200 Subject: [PATCH] fixed case of json for ccpimage --- ccp/js/methodeditorcontroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index 8740f1b..f3591a8 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -258,7 +258,7 @@ class CCPMethodEditorController extends HTMLElement { format: "url", contentMediaType: "text/plain", default: "", - readonly: true, + readOnly: true, } } ]