mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
This module allows users to create custom CSS classes, which can then be selected and applied directly in the HTML editor.
12 lines
208 B
XML
12 lines
208 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
|
|
<menuitem
|
|
id="web_editor_class_menu"
|
|
action="action_web_editor_class"
|
|
parent="base.next_id_2"
|
|
sequence="50"
|
|
/>
|
|
|
|
</odoo>
|