@@ -64,7 +64,7 @@ abstract class SearchApiBaseFacetSource extends FacetSourcePluginBase {
'#type'=>'select',
'#options'=>$this->getFields(),
'#title'=>$this->t('Field'),
'#description'=>$this->t('The field from the selected facet source which contains the data to build a facet for.'),
'#description'=>$this->t('The field from the selected facet source which contains the data to build a facet for.<br> The field types supported are <strong>boolean</strong>, <strong>date</strong>, <strong>decimal</strong>, <strong>integer</strong> and <strong>string</strong>.'),