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

244 lines
4.2 KiB
JavaScript
Raw Normal View History

2022-12-05 13:22:58 +00:00
module.exports = {
contentPlaceHolders: [
{
2022-12-08 22:10:26 +00:00
id: "banners-principais-desktop",
2022-12-05 13:22:58 +00:00
objects: [
{
2022-12-08 22:10:26 +00:00
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,
},
],
2022-12-05 13:22:58 +00:00
},
{
type: "banner",
2022-12-08 22:10:26 +00:00
name: "Banner Principal Desktop 02",
2022-12-05 13:22:58 +00:00
contents: [
{
2022-12-08 22:10:26 +00:00
name: "Banner Principal Desktop 02",
2022-12-05 13:22:58 +00:00
active: true,
type: "image",
2022-12-08 22:10:26 +00:00
file: "banner-principal-desktop.png",
width: 1440,
height: 532,
2022-12-05 13:22:58 +00:00
},
],
},
{
type: "banner",
2022-12-08 22:10:26 +00:00
name: "Banner Principal Desktop 03",
2022-12-05 13:22:58 +00:00
contents: [
{
2022-12-08 22:10:26 +00:00
name: "Banner Principal Desktop 03",
2022-12-05 13:22:58 +00:00
active: true,
type: "image",
2022-12-08 22:10:26 +00:00
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,
2022-12-05 13:22:58 +00:00
},
],
},
],
},
{
2022-12-08 22:10:26 +00:00
id: "banners-principais-mobile",
2022-12-05 13:22:58 +00:00
objects: [
{
type: "banner",
2022-12-08 22:10:26 +00:00
name: "Banner Principal Mobile 01",
2022-12-05 13:22:58 +00:00
contents: [
{
2022-12-08 22:10:26 +00:00
name: "Banner Principal Mobile 01",
2022-12-05 13:22:58 +00:00
active: true,
type: "image",
2022-12-08 22:10:26 +00:00
file: "banner-principal-mobile.png",
width: 375,
height: 342,
2022-12-05 13:22:58 +00:00
},
],
},
{
type: "banner",
2022-12-08 22:10:26 +00:00
name: "Banner Principal Mobile 02",
2022-12-05 13:22:58 +00:00
contents: [
{
2022-12-08 22:10:26 +00:00
name: "Banner Principal Mobile 02",
2022-12-05 13:22:58 +00:00
active: true,
type: "image",
2022-12-08 22:10:26 +00:00
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,
2022-12-05 13:22:58 +00:00
},
],
},
],
},
//====================
// MOSAICO
//====================
{
id: "banner-01",
objects: [
{
type: "banner",
name: "banner 01",
contents: [
{
name: "banner 01 content",
active: true,
type: "image",
file: "banner-01.png",
width: 500,
height: 500,
},
],
},
],
},
{
id: "banner-02",
objects: [
{
type: "banner",
name: "banner 02",
contents: [
{
name: "banner 02 content",
active: true,
type: "image",
file: "banner-02.png",
width: 500,
height: 500,
},
],
},
],
},
{
id: "banner-03",
objects: [
{
type: "banner",
name: "banner 03",
contents: [
{
name: "banner 03 content",
active: true,
type: "image",
file: "banner-03.png",
width: 500,
height: 500,
},
],
},
],
},
{
id: "banner-04",
objects: [
{
type: "banner",
name: "banner 04",
contents: [
{
name: "banner 04 content",
active: true,
type: "image",
file: "banner-04.png",
width: 500,
height: 500,
},
],
},
],
},
{
id: "banner-05",
objects: [
{
type: "banner",
name: "banner 05",
contents: [
{
name: "banner 05 content",
active: true,
type: "image",
file: "banner-05.png",
width: 500,
height: 500,
},
],
},
],
},
{
id: "mobile-banner-05",
objects: [
{
type: "banner",
name: "banner 05 mobile",
contents: [
{
name: "banner 05 mobile content",
active: true,
type: "image",
file: "banner-05.png",
width: 500,
height: 500,
},
],
},
],
},
],
};