This commit is contained in:
dcore94 2023-03-07 12:40:03 +01:00
parent c4b5f67361
commit 149a4f69d5
2 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@ class CCPInputWidgetEditorController extends HTMLElement{
}
renderDeleteButton(){
<button data-index="${this.#index}" name="delete-input" title="Delete" class="btn btn-danger ccp-toolbar-button">
return `<button data-index="${this.#index}" name="delete-input" title="Delete" class="btn btn-danger ccp-toolbar-button">
${this.#delete_icon}
</button>
</button>`
}
render(input, i, reopen){

View File

@ -256,7 +256,7 @@ class CCPMethodEditorController extends HTMLElement{
schema : {
type : "string",
format : "url",
contentMediaType : "text/plain"
contentMediaType : "text/plain",
default : "",
readonly : true,
}