Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
4
web_editor_class_selector/readme/DESCRIPTION.md
Executable file
4
web_editor_class_selector/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1,4 @@
|
||||
This module allows users to create custom CSS class records, which can
|
||||
then be selected and applied directly in the HTML editor. Note: The
|
||||
actual CSS file containing the class definitions is not provided by this
|
||||
module and must be loaded in a custom module.
|
||||
2
web_editor_class_selector/readme/ROADMAP.md
Executable file
2
web_editor_class_selector/readme/ROADMAP.md
Executable file
@@ -0,0 +1,2 @@
|
||||
Add support to apply class to any element (currently, only span is
|
||||
supported)
|
||||
6
web_editor_class_selector/readme/USAGE.md
Executable file
6
web_editor_class_selector/readme/USAGE.md
Executable file
@@ -0,0 +1,6 @@
|
||||
- Go to Settings \> Technical \> User Interface \> Web editor Class.
|
||||
- Create and name your custom CSS classes.
|
||||
- Go to any model with an HTML field (e.g., Settings \> Users \>
|
||||
Preferences \> Signature).
|
||||
- In the HTML editor, select any content block.
|
||||
- Choose from the available CSS classes to apply the desired styling.
|
||||
Reference in New Issue
Block a user