diff --git a/ccp/js/methodeditorcontroller2.js b/ccp/js/methodeditorcontroller2.js
index ecb8b72..e2b8fb6 100644
--- a/ccp/js/methodeditorcontroller2.js
+++ b/ccp/js/methodeditorcontroller2.js
@@ -248,7 +248,7 @@ class CCPMethodEditorController extends HTMLElement{
this.#current.metadata = []
this.#tmp_inputs = [
{
- id : "runtime",
+ id : "ccpimage",
title : "Runtime",
description : "The image of the runtime to use for method execution. This depends on the infrastructure specific protocol for interacting with registries.",
minOccurs : 1,
@@ -256,6 +256,7 @@ class CCPMethodEditorController extends HTMLElement{
schema : {
type : "string",
format : "url",
+ contentMediaType : "text/plain"
default : "",
readonly : true,
}