forgot to add config for REST profil
This commit is contained in:
parent
d9e5749f39
commit
70d13693d5
|
@ -12,7 +12,7 @@ default_image: '0'
|
||||||
urls_to_cache: "/en/pricing\r\n/en/blabla\r\n/en/base\r\n/en/showrooms"
|
urls_to_cache: "/en/pricing\r\n/en/blabla\r\n/en/base\r\n/en/showrooms"
|
||||||
urls_to_exclude: "admin/.*\r\nuser/.*"
|
urls_to_exclude: "admin/.*\r\nuser/.*"
|
||||||
offline_page: /offline
|
offline_page: /offline
|
||||||
cache_version: '3'
|
cache_version: '3.1'
|
||||||
cross_origin: false
|
cross_origin: false
|
||||||
skip_waiting: false
|
skip_waiting: false
|
||||||
image: /sites/default/files/pwa/materiopwaicon.png
|
image: /sites/default/files/pwa/materiopwaicon.png
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
uuid: caed5190-89cc-4c68-a050-8d2a50795bd8
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- profile
|
||||||
|
- serialization
|
||||||
|
- user
|
||||||
|
id: entity.profile
|
||||||
|
plugin_id: 'entity:profile'
|
||||||
|
granularity: resource
|
||||||
|
configuration:
|
||||||
|
methods:
|
||||||
|
- GET
|
||||||
|
formats:
|
||||||
|
- json
|
||||||
|
authentication:
|
||||||
|
- cookie
|
Loading…
Reference in New Issue