Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -51,7 +51,10 @@ content:
|
|||
type: entity_reference_autocomplete_tags
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
|
@ -66,6 +69,13 @@ content:
|
|||
weight: 15
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 120
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
|
|
|
@ -40,6 +40,13 @@ content:
|
|||
weight: 15
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 120
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
|
|
|
@ -55,6 +55,6 @@ content:
|
|||
links:
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
field_image: true
|
||||
field_tags: true
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
|
|
|
@ -12,7 +12,7 @@ entity_type: node
|
|||
bundle: article
|
||||
label: Comments
|
||||
description: ''
|
||||
required: true
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
|
|
|
@ -19,10 +19,10 @@ default_value_callback: ''
|
|||
settings:
|
||||
file_extensions: 'png gif jpg jpeg'
|
||||
file_directory: 'pictures/[date:custom:Y]-[date:custom:m]'
|
||||
max_filesize: '30 KB'
|
||||
max_filesize: ''
|
||||
alt_field: false
|
||||
title_field: false
|
||||
max_resolution: 85x85
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
default_image:
|
||||
uuid: null
|
||||
|
|
Reference in a new issue