[IMP] document_page: make it collaborative

This commit is contained in:
Enric Tobella 2023-01-09 01:16:03 +01:00 committed by Justine Doutreloux
parent 5ffa2db444
commit fc947e1424

View File

@ -49,17 +49,13 @@
<h1> <h1>
<field name="name" placeholder="Name" /> <field name="name" placeholder="Name" />
</h1> </h1>
<group> <field
<div> name="content"
<field widget="html"
name="content" placeholder="e.g. Once upon a time..."
widget="html" required="1"
placeholder="e.g. Once upon a time..." options="{'safe': True, 'codeview': True, 'collaborative': True}"
required="1" />
options="{'safe': True, 'codeview': True}"
/>
</div>
</group>
<notebook> <notebook>
<page name="info" string="Information"> <page name="info" string="Information">
<group> <group>