Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -77,4 +77,3 @@ views.area.http_status_code:
|
|||
status_code:
|
||||
type: integer
|
||||
label: 'HTTP status code'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -49,9 +49,6 @@ views.display.page:
|
|||
context:
|
||||
type: string
|
||||
label: 'Context'
|
||||
expanded:
|
||||
type: boolean
|
||||
label: 'Expanded'
|
||||
tab_options:
|
||||
type: mapping
|
||||
label: 'Tab options'
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Schema for the views entity reference selection plugins.
|
||||
# Schema for the entity reference 'views' selection handler settings.
|
||||
|
||||
entity_reference_selection.views:
|
||||
type: mapping
|
||||
label: 'View handler settings'
|
||||
type: entity_reference_selection
|
||||
label: 'Views selection handler settings'
|
||||
mapping:
|
||||
view:
|
||||
type: mapping
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -31,14 +31,6 @@ views.filter.combine:
|
|||
type: string
|
||||
label: 'Field'
|
||||
|
||||
views.filter_value.date:
|
||||
type: views.filter_value.numeric
|
||||
label: 'Date'
|
||||
mapping:
|
||||
type:
|
||||
type: string
|
||||
label: 'Type'
|
||||
|
||||
views.filter_value.groupby_numeric:
|
||||
type: views.filter_value.numeric
|
||||
label: 'Group by numeric'
|
||||
|
@ -81,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'
|
||||
|
@ -150,6 +163,10 @@ views.filter.language:
|
|||
type: views.filter.in_operator
|
||||
label: 'Language'
|
||||
|
||||
views.filter.latest_revision:
|
||||
type: views_filter
|
||||
label: 'Latest revision'
|
||||
|
||||
views.filter_value.date:
|
||||
type: views.filter_value.numeric
|
||||
label: 'Date'
|
||||
|
@ -158,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 a new issue