'#title'=>$this->t('Hide facet when facet source is not rendered'),
'#description'=>$this->t('When checked, this facet will only be rendered when the facet source is rendered. If you want to show facets on other pages too, you need to uncheck this setting.'),
'#description'=>$this->t('Only display the facet if the facet source is rendered. If you want to display the facets on other pages too, you need to uncheck this setting.'),
'#description'=>$this->t('This will appear in the URL to identify this facet. Cannot be blank. Only letters, digits and the dot ("."), hyphen ("-"), underscore ("_"), and tilde ("~") characters are allowed.'),
'#title'=>$this->t('URL alias'),
'#description'=>$this->t('The alias appears in the URL to identify this facet. It cannot be blank. Allowed are only letters, digits and the following characters: dot ("."), hyphen ("-"), underscore ("_"), and tilde ("~").'),
'#default_value'=>$facet->getUrlAlias(),
'#maxlength'=>50,
'#required'=>TRUE,
...
...
@@ -348,7 +348,7 @@ class FacetForm extends EntityForm {
@@ -22,7 +22,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* @FacetsProcessor(
* id = "list_item",
* label = @Translation("List item label"),
* description = @Translation("Fields that are a list (such as list (integer), list (text)) or a bundle field can use this processor to show the value instead of the key."),
* description = @Translation("Display the label instead of the key of fields that are a list (such as <em>List (integer)</em>) or <em>List (text)</em>) or a bundle field."),
$message=$this->t('This widget requires "Make sure only one result can be shown." to be enabled to behave as a standard dropdown.');
$message=$this->t('To achieve the standard behavior of a dropdown, you need to enable the facet setting below <em>"Ensure that only one result can be displayed"</em>.');