File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
addons/html_builder/static/src/website_sale Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { ProductsListPageOption } from "@html_builder/website_sale/products_list_page_option" ;
2
2
import { Plugin } from "@html_editor/plugin" ;
3
- import { withSequence } from "@html_editor/utils/resource" ;
4
3
import { _t } from "@web/core/l10n/translation" ;
5
4
import { rpc } from "@web/core/network/rpc" ;
6
5
import { registry } from "@web/core/registry" ;
@@ -9,15 +8,15 @@ class ProductsListPageOptionPlugin extends Plugin {
9
8
static id = "productsListPageOptionPlugin" ;
10
9
resources = {
11
10
builder_options : [
12
- withSequence ( 15 , {
11
+ {
13
12
OptionComponent : ProductsListPageOption ,
14
13
selector : "main:has(.o_wsale_products_page)" ,
15
14
applyTo :
16
15
"#products_grid .o_wsale_products_grid_table_wrapper > .o_wsale_products_grid_table" ,
17
16
editableOnly : false ,
18
17
title : _t ( "Products Page" ) ,
19
18
groups : [ "website.group_website_designer" ] ,
20
- } ) ,
19
+ } ,
21
20
] ,
22
21
builder_actions : this . getActions ( ) ,
23
22
} ;
You can’t perform that action at this time.
0 commit comments