[*] FO: You can now choose the anchor separator for attributes
This commit is contained in:
@@ -181,6 +181,15 @@ class AdminPPreferencesControllerCore extends AdminController
|
||||
'validation' => 'isBool',
|
||||
'cast' => 'intval',
|
||||
'type' => 'bool'
|
||||
),
|
||||
'PS_ATTRIBUTE_ANCHOR_SEPARATOR' => array(
|
||||
'title' => $this->l('Separator of attribute anchor on the product links'),
|
||||
'type' => 'select',
|
||||
'list' => array(
|
||||
array('id' => '-', 'name' => '-'),
|
||||
array('id' => ',', 'name' => ','),
|
||||
),
|
||||
'identifier' => 'id'
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user