vtex-cms-template-atualizad.../meta/pages/home.js

142 lines
2.7 KiB
JavaScript

module.exports = {
contentPlaceHolders: [
{
id: "banners-principais-desktop",
objects: [
{
type: "banner",
name: "Banner Principal Desktop 01",
contents: [
{
name: "Banner Principal Desktop 01",
active: true,
type: "image",
file: "banner-principal-desktop.png",
width: 1440,
height: 532,
},
],
},
{
type: "banner",
name: "Banner Principal Desktop 02",
contents: [
{
name: "Banner Principal Desktop 02",
active: true,
type: "image",
file: "banner-principal-desktop.png",
width: 1440,
height: 532,
},
],
},
{
type: "banner",
name: "Banner Principal Desktop 03",
contents: [
{
name: "Banner Principal Desktop 03",
active: true,
type: "image",
file: "banner-principal-desktop.png",
width: 1440,
height: 532,
},
],
},
{
type: "banner",
name: "Banner Principal Desktop 04",
contents: [
{
name: "Banner Principal Desktop 04",
active: true,
type: "image",
file: "banner-principal-desktop.png",
width: 1440,
height: 532,
},
],
},
],
},
{
id: "banners-principais-mobile",
objects: [
{
type: "banner",
name: "Banner Principal Mobile 01",
contents: [
{
name: "Banner Principal Mobile 01",
active: true,
type: "image",
file: "banner-principal-mobile.png",
width: 375,
height: 342,
},
],
},
{
type: "banner",
name: "Banner Principal Mobile 02",
contents: [
{
name: "Banner Principal Mobile 02",
active: true,
type: "image",
file: "banner-principal-mobile.png",
width: 375,
height: 342,
},
],
},
{
type: "banner",
name: "Banner Principal Mobile 03",
contents: [
{
name: "Banner Principal Mobile 03",
active: true,
type: "image",
file: "banner-principal-mobile.png",
width: 375,
height: 342,
},
],
},
{
type: "banner",
name: "Banner Principal Mobile 04",
contents: [
{
name: "Banner Principal Mobile 04",
active: true,
type: "image",
file: "banner-principal-mobile.png",
width: 375,
height: 342,
},
],
},
],
},
{
id: "prateleira-01",
objects: [
{
type: "Produtos Relacionados",
name: "CONFIRA NOSSAS NOVIDADES",
properties: {
layout: "caina-prateleira-padrao",
type: "QuemViuViuTambem",
"number-of-columns": 12,
"number-of-items": 12,
},
},
],
},
],
};