1
1
$hyoo_toys $mol_book2
2
2
attr * mol_theme \$mol_theme_dark
3
- toy!id $hyoo_toys_toy
3
+ toy* $hyoo_toys_toy
4
4
Placeholder null
5
5
plugins /
6
6
<= Hotkey $mol_hotkey
@@ -11,26 +11,26 @@ $hyoo_toys $mol_book2
11
11
body /
12
12
<= Filter_type $mol_switch
13
13
value?val <=> filter_type?val \all
14
- options <= filter_type_options *
14
+ options <= filter_type_options *string
15
15
all <= filter_type_option_all @ \All types
16
16
<= Filter_size $mol_switch
17
17
value?val <=> filter_size?val \all
18
- options <= filter_size_options *
18
+ options <= filter_size_options *string
19
19
all <= filter_size_option_all @ \All sizes
20
20
<= Filter_flags $mol_list rows /
21
21
<= Filter_popular $mol_check
22
22
checked?val <=> filter_popular?val false
23
23
title <= filter_popular_title @ \Only popular
24
24
<= Sort $mol_switch
25
25
value?val <=> sort_key?val \price
26
- options <= sort_items *
26
+ options <= sort_items *string
27
27
price <= sort_option_price @ \Sort by price
28
28
size <= sort_option_size @ \Sort by size
29
29
title <= sort_option_title @ \Sort by title
30
30
Catalog $hyoo_toys_catalog
31
31
title @ \Toys for all
32
32
toys <= toys /
33
- toy!id <= toy!id -
33
+ toy* <= toy* -
34
34
filter_type <= filter_type
35
35
filter_size <= filter_size
36
36
filter_popular <= filter_popular
0 commit comments