Issue #2785657 by mathieso, dishabhadra, ifrik, dawehner, YesCT, tim.plunkett: Misleading text in block visibility pages description
parent
413eb51008
commit
09b65db311
|
@ -105,8 +105,7 @@ class RequestPath extends ConditionPluginBase implements ContainerFactoryPluginI
|
||||||
'#type' => 'textarea',
|
'#type' => 'textarea',
|
||||||
'#title' => $this->t('Pages'),
|
'#title' => $this->t('Pages'),
|
||||||
'#default_value' => $this->configuration['pages'],
|
'#default_value' => $this->configuration['pages'],
|
||||||
'#description' => $this->t("Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are %user for the current user's page and %user-wildcard for every user page. %front is the front page.", array(
|
'#description' => $this->t("Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. An example path is %user-wildcard for every user page. %front is the front page.", array(
|
||||||
'%user' => '/user',
|
|
||||||
'%user-wildcard' => '/user/*',
|
'%user-wildcard' => '/user/*',
|
||||||
'%front' => '<front>',
|
'%front' => '<front>',
|
||||||
)),
|
)),
|
||||||
|
|
Loading…
Reference in New Issue