Skip to content

Commit

Permalink
Publish 2 from staging into origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolfoN1 authored and decobot committed Sep 19, 2024
1 parent 06f823a commit e0689b2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .deco/blocks/Categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"jsonLD": {
"sort": "price:desc",
"sort": "",
"count": 12,
"fuzzy": "automatic",
"__resolveType": "vtex/loaders/intelligentSearch/productListingPage.ts",
Expand Down
47 changes: 46 additions & 1 deletion .deco/blocks/SearchResults%20Global.json
Original file line number Diff line number Diff line change
@@ -1 +1,46 @@
{"sections":[{"label":"Search Results","shadow":"none","section":{"page":{"sort":"price:desc","count":20,"fuzzy":"automatic","__resolveType":"vtex/loaders/intelligentSearch/productListingPage.ts","selectedFacets":[]},"columns":{"mobile":2,"desktop":4},"variant":"aside","highlights":[{"label":"Frete Grátis*","minPrice":0,"collectionId":"144","alignHorizontal":"end"}],"__resolveType":"site/sections/Product/SearchResult.tsx","notFoundSection":{"hints":{"hints":["Verifique os termos digitados.","Tente utilizar uma única palavra.","Utilize termos genéricos na busca.","Procure utilizar sinônimos ao termo desejado."],"title":"Confira algumas dicas para realizar sua busca:"},"__resolveType":"site/sections/Miscellaneous/NotFound.tsx"}},"withContainer":true,"verticalSpacing":"both"}],"__resolveType":"site/sections/Container.tsx"}
{
"sections": [
{
"label": "Search Results",
"shadow": "none",
"section": {
"page": {
"sort": "",
"count": 20,
"fuzzy": "automatic",
"__resolveType": "vtex/loaders/intelligentSearch/productListingPage.ts",
"selectedFacets": []
},
"columns": {
"mobile": 2,
"desktop": 4
},
"variant": "aside",
"highlights": [
{
"label": "Frete Grátis*",
"minPrice": 0,
"collectionId": "144",
"alignHorizontal": "end"
}
],
"__resolveType": "site/sections/Product/SearchResult.tsx",
"notFoundSection": {
"hints": {
"hints": [
"Verifique os termos digitados.",
"Tente utilizar uma única palavra.",
"Utilize termos genéricos na busca.",
"Procure utilizar sinônimos ao termo desejado."
],
"title": "Confira algumas dicas para realizar sua busca:"
},
"__resolveType": "site/sections/Miscellaneous/NotFound.tsx"
}
},
"withContainer": true,
"verticalSpacing": "both"
}
],
"__resolveType": "site/sections/Container.tsx"
}

0 comments on commit e0689b2

Please sign in to comment.