reactivated better_messages
This commit is contained in:
parent
d7a701c8f5
commit
98e09c1f4a
|
@ -0,0 +1,63 @@
|
|||
position: tr
|
||||
vertical: 50
|
||||
horizontal: 5
|
||||
fixed: 0
|
||||
width: 600px
|
||||
autoclose: 10
|
||||
opendelay: 0.3
|
||||
disable_autoclose: 1
|
||||
show_countdown: 0
|
||||
hover_autoclose: 1
|
||||
popin:
|
||||
effect: fadeIn
|
||||
duration: normal
|
||||
popout:
|
||||
effect: fadeIn
|
||||
duration: fast
|
||||
jquery_ui:
|
||||
draggable: 0
|
||||
resizable: 0
|
||||
visibility:
|
||||
message_type:
|
||||
id: message_type
|
||||
message_types: { }
|
||||
negate: false
|
||||
context_mapping:
|
||||
better_messages: '@better_messages.context:better_messages'
|
||||
'entity_bundle:commerce_product':
|
||||
id: 'entity_bundle:commerce_product'
|
||||
bundles: { }
|
||||
negate: false
|
||||
context_mapping:
|
||||
commerce_product: '@commerce_product.product_route_context:commerce_product'
|
||||
'entity_bundle:node':
|
||||
id: 'entity_bundle:node'
|
||||
bundles: { }
|
||||
negate: false
|
||||
context_mapping:
|
||||
node: '@node.node_route_context:node'
|
||||
language:
|
||||
id: language
|
||||
langcodes: { }
|
||||
negate: false
|
||||
context_mapping:
|
||||
language: '@language.current_language_context:language_interface'
|
||||
node_type:
|
||||
id: node_type
|
||||
bundles: { }
|
||||
negate: false
|
||||
context_mapping:
|
||||
node: '@node.node_route_context:node'
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: ''
|
||||
negate: false
|
||||
user_role:
|
||||
id: user_role
|
||||
roles: { }
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: VcrgfJ8s9xNvGnogt3JciEvtMgPkMsHeE9BOLXd7jHk
|
|
@ -12,6 +12,7 @@ module:
|
|||
autologout: 0
|
||||
ban: 0
|
||||
better_exposed_filters: 0
|
||||
better_messages: 0
|
||||
betterlogin: 0
|
||||
block: 0
|
||||
breakpoint: 0
|
||||
|
|
|
@ -212,6 +212,7 @@ resourceFields:
|
|||
custom_selection:
|
||||
- card_medium
|
||||
- card_big
|
||||
- card_full
|
||||
disabled: false
|
||||
field_memo:
|
||||
disabled: true
|
||||
|
|
Loading…
Reference in New Issue