mirror of https://github.com/OCA/social.git
Document imported changes.
parent
4a787434e3
commit
9df7ff40f7
|
@ -22,6 +22,16 @@ This module is prepared to be compatible with module ``website_mail_bg_color``.
|
|||
If you install it, you will be able to change snippets' background colors, but
|
||||
it is not required.
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
To change the default background color for buttons:
|
||||
|
||||
* Go to *Settings > Configuration > Website Settings > Mail >
|
||||
Mail button color*.
|
||||
* Input `any valid CSS2 color value
|
||||
<https://www.w3.org/TR/CSS2/syndata.html#value-def-color>`_.
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
"name": "Responsive Layout Snippets for Writing Emails",
|
||||
"summary": "Well... pseudo-responsive (see description)",
|
||||
"version": "8.0.1.0.0",
|
||||
"version": "8.0.1.1.0",
|
||||
"category": "Marketing",
|
||||
"website": "http://www.antiun.com",
|
||||
"author": "Antiun Ingeniería S.L., Odoo Community Association (OCA)",
|
||||
|
@ -19,6 +19,7 @@
|
|||
],
|
||||
"data": [
|
||||
"views/assets.xml",
|
||||
"views/res_config_view.xml",
|
||||
"views/templates.xml",
|
||||
"views/snippet_1_col.xml",
|
||||
"views/snippet_2_cols.xml",
|
||||
|
@ -27,6 +28,5 @@
|
|||
"views/snippet_hr.xml",
|
||||
"views/snippet_img_text.xml",
|
||||
"views/snippet_text_img.xml",
|
||||
"views/res_config_view.xml",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue