contrib modules updates
This commit is contained in:
+4
@@ -134,6 +134,10 @@ class EntityReferenceSynonymsAutocomplete extends WidgetBase implements Containe
|
||||
'#target_bundles' => $this->getFieldSetting('handler_settings')['target_bundles'],
|
||||
'#suggestion_size' => $this->getSetting('suggestion_size'),
|
||||
'#suggest_only_unique' => $this->getSetting('suggest_only_unique'),
|
||||
// Entity reference field items are handling validation themselves via
|
||||
// the 'ValidReference' constraint.
|
||||
'#validate_reference' => FALSE,
|
||||
'#maxlength' => 1024,
|
||||
'#match' => $this->getSetting('match'),
|
||||
'#default_value' => $default_value,
|
||||
];
|
||||
|
||||
@@ -7,8 +7,8 @@ configure: entity.synonym.overview
|
||||
dependencies:
|
||||
- system (>=8.2)
|
||||
|
||||
# Information added by Drupal.org packaging script on 2018-03-11
|
||||
version: '8.x-1.0-alpha1+4-dev'
|
||||
# Information added by Drupal.org packaging script on 2018-10-21
|
||||
version: '8.x-1.0-alpha1+5-dev'
|
||||
core: '8.x'
|
||||
project: 'synonyms'
|
||||
datestamp: 1520765586
|
||||
datestamp: 1540141684
|
||||
|
||||
+3
-3
@@ -7,8 +7,8 @@ dependencies:
|
||||
- synonyms
|
||||
- search
|
||||
|
||||
# Information added by Drupal.org packaging script on 2018-03-11
|
||||
version: '8.x-1.0-alpha1+4-dev'
|
||||
# Information added by Drupal.org packaging script on 2018-10-21
|
||||
version: '8.x-1.0-alpha1+5-dev'
|
||||
core: '8.x'
|
||||
project: 'synonyms'
|
||||
datestamp: 1520765586
|
||||
datestamp: 1540141684
|
||||
|
||||
Reference in New Issue
Block a user