We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01673a6 commit 1d291b1Copy full SHA for 1d291b1
addons/html_builder/static/src/website_sales_slides/course_page_option_plugin.js
@@ -1,19 +1,18 @@
1
import { Plugin } from "@html_editor/plugin";
2
-import { withSequence } from "@html_editor/utils/resource";
3
import { _t } from "@web/core/l10n/translation";
4
import { registry } from "@web/core/registry";
5
6
class CoursePageOptionPlugin extends Plugin {
7
static id = "coursePageOption";
8
resources = {
9
builder_options: [
10
- withSequence(15, {
+ {
11
template: "website_sales_slides.CoursePageOption",
12
selector: "main:has(.o_wslides_course_header)",
13
editableOnly: false,
14
title: _t("Course Page"),
15
groups: ["website.group_website_designer"],
16
- }),
+ },
17
],
18
};
19
}
0 commit comments