7a35b5b0e4
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
10 lines
241 B
HTML
10 lines
241 B
HTML
<react-code-editor
|
|
id="$ctrl.identifier"
|
|
placeholder="$ctrl.placeholder"
|
|
type="$ctrl.type"
|
|
readonly="$ctrl.readOnly"
|
|
on-change="($ctrl.handleChange)"
|
|
value="$ctrl.value"
|
|
height="$ctrl.height || undefined"
|
|
></react-code-editor>
|