cookie auth for rest views blablba & showroom
This commit is contained in:
parent
38b8321d50
commit
3ed0882cc1
|
@ -866,6 +866,8 @@ display:
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
rendering_language: '***LANGUAGE_entity_translation***'
|
rendering_language: '***LANGUAGE_entity_translation***'
|
||||||
|
auth:
|
||||||
|
- cookie
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
|
|
@ -1092,6 +1092,8 @@ display:
|
||||||
entity_type: taxonomy_term
|
entity_type: taxonomy_term
|
||||||
entity_field: tid
|
entity_field: tid
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
|
auth:
|
||||||
|
- cookie
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
|
Loading…
Reference in New Issue