@@ -20,6 +20,13 @@ function materio_search_api_settings(){
|
||||
'#title' => t('Main search api index for %lang contents.', array('%lang'=>$name)),
|
||||
);
|
||||
|
||||
$form['brevessearchindex_'.$lcode] = array(
|
||||
'#type'=>'select',
|
||||
'#options'=>$index_options,
|
||||
'#default_value' => variable_get('brevessearchindex_'.$lcode, -1),
|
||||
'#title' => t('Breves search api index for %lang contents.', array('%lang'=>$name)),
|
||||
);
|
||||
|
||||
$form['autocompletesearchindex_'.$lcode] = array(
|
||||
'#type'=>'select',
|
||||
'#options'=>$index_options,
|
||||
@@ -28,6 +35,7 @@ function materio_search_api_settings(){
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
// TODO: select the activated viewmodes for change view mode and selected view mode
|
||||
$entity_infos = entity_get_info();
|
||||
// dsm($entity_infos, 'entity_infos');
|
||||
|
||||
Reference in New Issue
Block a user