vtex-home-page/meta/pages/home.js

203 lines
3.3 KiB
JavaScript
Raw Normal View History

2022-12-05 13:22:58 +00:00
module.exports = {
contentPlaceHolders: [
{
// Registra o contentPlaceholder
id: "htmlSeo",
objects: [
// Registra os objetos vtex
{
type: "html",
name: "Html SEO",
contents: [],
},
],
},
{
id: "slide-principal",
objects: [
{
type: "banner",
name: "banner principal",
contents: [
{
name: "banner principal content",
active: true,
type: "image",
file: "slide-principal.png",
width: 1920,
height: 500,
// "category": "*",
// "brand": "*"
// "period": ""
},
],
},
{
type: "banner",
name: "banner principal-2",
contents: [
{
name: "banner principal content",
active: true,
type: "image",
file: "slide-principal.png",
width: 1920,
height: 500,
},
],
},
],
},
{
id: "slide-principal-mobile",
objects: [
{
type: "banner",
name: "banner principal mobile",
contents: [
{
name: "banner principal mobile content",
active: true,
type: "image",
file: "slide-principal-mobile.png",
width: 500,
height: 500,
},
],
},
{
type: "banner",
name: "banner principal mobile 2",
contents: [
{
name: "banner principal mobile 2 content",
active: true,
type: "image",
file: "slide-principal-mobile.png",
width: 500,
height: 500,
},
],
},
],
},
//====================
// 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,
},
],
},
],
},
],
};