odoo/addons/website_forum_doc/static/src/xml/website_doc.xml

8 lines
262 B
XML

<templates id="template" xml:space="preserve">
<t t-extend="website.editorbar">
<t t-jquery="ul.oe_content_menu" t-operation="append">
<li><a href="#" data-action="new_toc">New Table Of Content</a></li>
</t>
</t>
</templates>