Commit 9ef00503 authored by Jérome Perrin's avatar Jérome Perrin

fixup! erp5: enable monaco_editor as a code editor

fix tal:comment syntax
parent 42c71bd5
<div id="monaco-container" style="width:100%;height:800px;border:1px solid grey;"></div>
<tal:block tal:condition="options/field_id | nothing">
<tal:comment>When rendered as an ERP5 field, we need to add a textarea and adjust CSS.</tal:comment>
<tal:comment tal:replace="nothing">When rendered as an ERP5 field, we need to add a textarea and adjust CSS.</tal:comment>
<textarea tal:attributes="id options/field_id;
name options/field_id"
style="display:none"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment