You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
695 B

  1. # Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "Web Editor Background Color Picker",
  5. "summary": "Set any background color for web editor snippets",
  6. "version": "12.0.1.0.0",
  7. "category": "Website",
  8. "website": "https://github.com/OCA/web",
  9. "author": "Tecnativa, Odoo Community Association (OCA)",
  10. "license": "LGPL-3",
  11. "application": False,
  12. "installable": True,
  13. "images": [
  14. "static/description/mass_mailing_editor.png",
  15. ],
  16. "depends": [
  17. "web_editor",
  18. ],
  19. "data": [
  20. "templates/assets.xml",
  21. "templates/editor.xml",
  22. ],
  23. }