Skip to content

Commit 3221b99

Browse files
committed
fix: html editor on content field
1 parent 72b3313 commit 3221b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website_blog_tools/views/views.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<field name="arch" type="xml">
99
<group name="publishing_details" position="after">
1010
<group>
11-
<field name="content" />
11+
<field name="content" widget="html" options="{'codeview': true}" />
1212
</group>
1313
</group>
1414
</field>

0 commit comments

Comments
 (0)