// Add {categories} keyword in product_rule dispatch rule #PSFV-321
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12017 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -47,6 +47,7 @@ class DispatcherCore
|
||||
'rewrite' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
|
||||
'ean13' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
|
||||
'category' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
|
||||
'categories' => array('regexp' => '[/a-zA-Z0-9-\pL]*'),
|
||||
'reference' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
|
||||
'meta_keywords' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
|
||||
'meta_title' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
|
||||
|
||||
Reference in New Issue
Block a user