Files
web/web_widget_ckeditor/__manifest__.py
Ivàn Todorovich 7e840e83ff [MIG] web_widget_ckeditor: Migration to 14.0
Renamed module name from web_ckeditor4 to web_widget_ckeditor.
It now uses CKEditor5.
2021-11-17 10:41:01 -03:00

18 lines
647 B
Python

# 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.0",
"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"],
}