Issue #2669394 by dagmar, jchin1968, Camster: Views Row Class Number is Missing
parent
7aab1f5c39
commit
d46b0afe88
|
@ -345,7 +345,7 @@ abstract class StylePluginBase extends PluginBase {
|
|||
|
||||
$form['default_row_class'] = array(
|
||||
'#title' => $this->t('Add views row classes'),
|
||||
'#description' => $this->t('Add the default row classes like views-row-1 to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.'),
|
||||
'#description' => $this->t('Add the default row classes like @classes to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.', array('@classes' => 'views-row')),
|
||||
'#type' => 'checkbox',
|
||||
'#default_value' => $this->options['default_row_class'],
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue