We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdb6bc commit f7e2fe1Copy full SHA for f7e2fe1
app/component/categories.php
@@ -29,7 +29,7 @@ class Categories extends ComponentBase {
29
public static $defaultOptions = [
30
'start' => 0,
31
'count' => ['url', 100],
32
- 'post_id' => NULL,
+ 'site_id' => NULL,
33
'order' => ['url', 'price asc'],
34
'taxonomy_item_id' => NULL,
35
'limit' => 7,
app/component/categories/pages.php
@@ -28,11 +28,11 @@
28
class Pages extends ComponentBase {
+ 'limit' => 7,
- 'id_manufacturer' => NULL,
- 'limit' => 7,
36
'page' => 1,
37
'parents_only' => false,
38
'parents_children_only' => false,
0 commit comments