fixed readonly which was missing and made readonly ccpimage fields
This commit is contained in:
parent
03c415df2c
commit
e4b5ae496b
|
@ -128,7 +128,7 @@ class CCPInputWidgetEditorController extends HTMLElement{
|
|||
<div class="col" title="Read only">
|
||||
<label>Read only</label>
|
||||
<div class="form-field">
|
||||
<input type="checkbox" value="${this.#input.schema.readOnly}" name="readonly" class="form-check-input">
|
||||
<input type="checkbox" checked="${this.#input.schema.readOnly}" name="readonly" class="form-check-input">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue