fixes
This commit is contained in:
parent
c4b5f67361
commit
149a4f69d5
|
@ -53,9 +53,9 @@ class CCPInputWidgetEditorController extends HTMLElement{
|
||||||
}
|
}
|
||||||
|
|
||||||
renderDeleteButton(){
|
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}
|
${this.#delete_icon}
|
||||||
</button>
|
</button>`
|
||||||
}
|
}
|
||||||
|
|
||||||
render(input, i, reopen){
|
render(input, i, reopen){
|
||||||
|
|
|
@ -256,7 +256,7 @@ class CCPMethodEditorController extends HTMLElement{
|
||||||
schema : {
|
schema : {
|
||||||
type : "string",
|
type : "string",
|
||||||
format : "url",
|
format : "url",
|
||||||
contentMediaType : "text/plain"
|
contentMediaType : "text/plain",
|
||||||
default : "",
|
default : "",
|
||||||
readonly : true,
|
readonly : true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue