Previews

No matching results.

x
1
<div data-react-class="Editor" data-react-props="{"mode":"json","name":"code_editor","storedValue":"{\"test\":\"test\"}","readOnly":false,"className":"json-editor"}" data-react-cache-id="Editor-0" style="width:100%"></div>
1
2
3
4
5
6
7
8
9
10
11
<%
code = {
test: 'test'
}
%>
<%= render LooposUi::CodeEditor.new(
type: "json",
code: code,
readonly: params[:read_only] || false
)%>