blob: 66de2c0f07fb01a3871c95960264178d45626614 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 2018 Therp BV <https://therp.nl>
# Copyright 2021 Camptocamp SA (https://www.camptocamp.com).
# @author Iván Todorovich <ivan.todorovich@camptocamp.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "CKEditor Widget",
"summary": "Provides a widget for editing HTML fields using CKEditor",
"version": "14.0.1.0.2",
"author": "Therp BV, Camptocamp SA, Odoo Community Association (OCA)",
"maintainers": ["ivantodorovich"],
"website": "https://github.com/OCA/web",
"category": "Web",
"license": "AGPL-3",
"depends": ["web_editor"],
"data": ["templates/assets.xml"],
}
|