Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions document_page/views/document_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,17 @@
<field name="name" placeholder="Name" />
</h1>
</div>
<field
name="content"
widget="html"
placeholder="e.g. Once upon a time..."
required="1"
options="{'safe': True, 'codeview': True, 'collaborative': True}"
/>
<group colspan="2" nolabel="1">
<field
name="content"
widget="html"
placeholder="e.g. Once upon a time..."
required="1"
options="{'safe': True, 'codeview': True, 'collaborative': True}"
nolabel="1"
colspan="2"
/>
</group>
<notebook>
<page name="info" string="Information">
<group>
Expand Down
16 changes: 10 additions & 6 deletions document_page/views/document_page_history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,16 @@
</group>
<notebook>
<page name="content" string="Content">
<field
name="content"
widget="html"
placeholder="e.g. Once upon a time..."
options="{'safe': True, 'codeview': True}"
/>
<group colspan="2" nolabel="1">
<field
name="content"
widget="html"
placeholder="e.g. Once upon a time..."
options="{'safe': True, 'codeview': True}"
nolabel="1"
colspan="2"
/>
</group>
</page>
<page name="diff" string="Changes">
<field
Expand Down
Loading