Revert "Issue #2418481 by tstoeckler: Views more text cannot be translated"
This reverts commit 2c7e51c353
.
8.0.x
parent
2c7e51c353
commit
9407ae4ade
core/modules/views/config/schema
|
@ -152,7 +152,7 @@ views_display:
|
|||
type: boolean
|
||||
label: 'Display ''more'' link only if there is more content'
|
||||
use_more_text:
|
||||
type: label
|
||||
type: boolean
|
||||
label: 'The text to display for the more link.'
|
||||
exposed_form:
|
||||
type: boolean
|
||||
|
@ -223,7 +223,7 @@ views_display:
|
|||
type: boolean
|
||||
label: 'Display ''more'' link only if there is more content'
|
||||
use_more_text:
|
||||
type: label
|
||||
type: string
|
||||
label: 'The text to display for the more link.'
|
||||
link_display:
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue