Search Path
Pode ser usado onde?
Breadcrumb
O que faz
Isso pega o último caminho da URL da página
https://bebepandaenxoval.myvtex.com/abc
Retorna abc
https://bebepandaenxoval.myvtex.com/abc/123
https://bebepandaenxoval.myvtex.com/abc/123#id=11&e=1+
Retorna 123
https://bebepandaenxoval.myvtex.com/
Um texto vazio provavelmente
Como usar
Deixar vazio retorna apenas um rich text com o caminho:
"search-path": {}
Caso queira adicionar algum texto:
"search-path": {
"text": "Você está em: {path}",
}
Last updated