updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -820,3 +820,20 @@ views_cache:
|
||||
views_display_extender:
|
||||
type: mapping
|
||||
label: 'Display extender settings'
|
||||
|
||||
views_field_bulk_form:
|
||||
type: views_field
|
||||
label: 'Bulk operation'
|
||||
mapping:
|
||||
action_title:
|
||||
type: label
|
||||
label: 'Action title'
|
||||
include_exclude:
|
||||
type: string
|
||||
label: 'Available actions'
|
||||
selected_actions:
|
||||
type: sequence
|
||||
label: 'Available actions'
|
||||
sequence:
|
||||
type: string
|
||||
label: 'Action'
|
||||
|
||||
@@ -191,6 +191,12 @@ views.field.entity_link:
|
||||
text:
|
||||
type: label
|
||||
label: 'Text to display'
|
||||
output_url_as_text:
|
||||
type: boolean
|
||||
label: 'Output the URL as text'
|
||||
absolute:
|
||||
type: boolean
|
||||
label: 'Output an absolute link'
|
||||
|
||||
views.field.entity_link_delete:
|
||||
type: views.field.entity_link
|
||||
|
||||
@@ -73,10 +73,31 @@ views.filter.string:
|
||||
required:
|
||||
type: boolean
|
||||
label: 'Required'
|
||||
placeholder:
|
||||
type: string
|
||||
label: 'Placeholder'
|
||||
value:
|
||||
type: string
|
||||
label: 'Value'
|
||||
|
||||
views.filter.numeric:
|
||||
type: views_filter
|
||||
label: 'Numeric'
|
||||
mapping:
|
||||
expose:
|
||||
type: mapping
|
||||
label: 'Exposed'
|
||||
mapping:
|
||||
min_placeholder:
|
||||
type: string
|
||||
label: 'Min placeholder'
|
||||
max_placeholder:
|
||||
type: string
|
||||
label: 'Max placeholder'
|
||||
placeholder:
|
||||
type: string
|
||||
label: 'Placeholder'
|
||||
|
||||
views.filter_value.numeric:
|
||||
type: mapping
|
||||
label: 'Numeric'
|
||||
@@ -154,8 +175,8 @@ views.filter_value.date:
|
||||
type: string
|
||||
label: 'Type'
|
||||
|
||||
views.filter_value.datetime:
|
||||
type: views.filter_value.numeric
|
||||
views.filter.date:
|
||||
type: views.filter.numeric
|
||||
label: 'Date'
|
||||
mapping:
|
||||
type:
|
||||
|
||||
Reference in New Issue
Block a user