reset graphql from language negociation after drupal/core patch
This commit is contained in:
parent
82a6860bce
commit
35e46b4010
|
@ -9,6 +9,7 @@ negotiation:
|
|||
enabled:
|
||||
language-interface: 9
|
||||
method_weights:
|
||||
language-graphql-operation: -999
|
||||
language-content-entity: -9
|
||||
language-url: -8
|
||||
language-session: -6
|
||||
|
@ -31,6 +32,7 @@ negotiation:
|
|||
language-browser: -18
|
||||
language-selected: -17
|
||||
language-session: -16
|
||||
language-user-admin: -14
|
||||
language-graphql-operation: -14
|
||||
language-user-admin: -15
|
||||
_core:
|
||||
default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8
|
||||
|
|
Loading…
Reference in New Issue