2022-12-05 13:22:58 +00:00
|
|
|
module.exports = {
|
|
|
|
contentPlaceHolders: [
|
|
|
|
{
|
2022-12-08 23:41:27 +00:00
|
|
|
id: "banners-principais-desktop",
|
2022-12-05 13:22:58 +00:00
|
|
|
objects: [
|
2022-12-08 23:41:27 +00:00
|
|
|
// cada objeto dento do array será um banner
|
2022-12-05 13:22:58 +00:00
|
|
|
{
|
2022-12-08 23:41:27 +00:00
|
|
|
type: "banner",
|
|
|
|
name: "Banner Principal Desktop 01",
|
|
|
|
contents: [
|
|
|
|
{
|
|
|
|
name: "Banner Principal Desktop 01",
|
|
|
|
active: true,
|
|
|
|
type: "image",
|
|
|
|
file: "banner-principal.png",
|
|
|
|
width: 1440,
|
|
|
|
height: 532,
|
|
|
|
// "category": "*",
|
|
|
|
// "brand": "*"
|
|
|
|
// "period": ""
|
|
|
|
},
|
|
|
|
],
|
2022-12-05 13:22:58 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "banner",
|
2022-12-08 23:41:27 +00:00
|
|
|
name: "Banner Principal Desktop 02",
|
2022-12-05 13:22:58 +00:00
|
|
|
contents: [
|
|
|
|
{
|
2022-12-08 23:41:27 +00:00
|
|
|
name: "Banner Principal Desktop 02",
|
2022-12-05 13:22:58 +00:00
|
|
|
active: true,
|
|
|
|
type: "image",
|
|
|
|
file: "slide-principal.png",
|
2022-12-08 23:41:27 +00:00
|
|
|
width: 1440,
|
|
|
|
height: 532,
|
2022-12-05 13:22:58 +00:00
|
|
|
// "category": "*",
|
|
|
|
// "brand": "*"
|
|
|
|
// "period": ""
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "banner",
|
2022-12-08 23:41:27 +00:00
|
|
|
name: "Banner Principal Desktop 03",
|
2022-12-05 13:22:58 +00:00
|
|
|
contents: [
|
|
|
|
{
|
2022-12-08 23:41:27 +00:00
|
|
|
name: "Banner Principal Desktop 03",
|
|
|
|
active: true,
|
|
|
|
type: "image",
|
|
|
|
file: "banner-principal.png",
|
|
|
|
width: 1440,
|
|
|
|
height: 532,
|
|
|
|
// "category": "*",
|
|
|
|
// "brand": "*"
|
|
|
|
// "period": ""
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "banner",
|
|
|
|
name: "Banner Principal Desktop 04",
|
|
|
|
contents: [
|
|
|
|
{
|
|
|
|
name: "Banner Principal Desktop 04",
|
2022-12-05 13:22:58 +00:00
|
|
|
active: true,
|
|
|
|
type: "image",
|
|
|
|
file: "slide-principal.png",
|
2022-12-08 23:41:27 +00:00
|
|
|
width: 1440,
|
|
|
|
height: 532,
|
|
|
|
// "category": "*",
|
|
|
|
// "brand": "*"
|
|
|
|
// "period": ""
|
2022-12-05 13:22:58 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2022-12-08 23:41:27 +00:00
|
|
|
id: "banners-principais-mobile",
|
2022-12-05 13:22:58 +00:00
|
|
|
objects: [
|
|
|
|
{
|
|
|
|
type: "banner",
|
2022-12-08 23:41:27 +00:00
|
|
|
name: "Banner Principal Mobile 01",
|
2022-12-05 13:22:58 +00:00
|
|
|
contents: [
|
|
|
|
{
|
2022-12-08 23:41:27 +00:00
|
|
|
name: "Banner Principal Mobile 01",
|
|
|
|
active: true,
|
|
|
|
type: "image",
|
|
|
|
file: "banner-principal-mobile.png",
|
|
|
|
width: 375,
|
|
|
|
height: 342,
|
|
|
|
// "category": "*",
|
|
|
|
// "brand": "*"
|
|
|
|
// "period": ""
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "banner",
|
|
|
|
name: "Banner Principal Mobile 02",
|
|
|
|
contents: [
|
|
|
|
{
|
|
|
|
name: "Banner Principal Mobile 02",
|
2022-12-05 13:22:58 +00:00
|
|
|
active: true,
|
|
|
|
type: "image",
|
|
|
|
file: "slide-principal-mobile.png",
|
2022-12-08 23:41:27 +00:00
|
|
|
width: 375,
|
|
|
|
height: 342,
|
|
|
|
// "category": "*",
|
|
|
|
// "brand": "*"
|
|
|
|
// "period": ""
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
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,
|
|
|
|
// "category": "*",
|
|
|
|
// "brand": "*"
|
|
|
|
// "period": ""
|
2022-12-05 13:22:58 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "banner",
|
2022-12-08 23:41:27 +00:00
|
|
|
name: "Banner Principal Mobile 04",
|
2022-12-05 13:22:58 +00:00
|
|
|
contents: [
|
|
|
|
{
|
2022-12-08 23:41:27 +00:00
|
|
|
name: "Banner Principal Mobile 04",
|
2022-12-05 13:22:58 +00:00
|
|
|
active: true,
|
|
|
|
type: "image",
|
|
|
|
file: "slide-principal-mobile.png",
|
2022-12-08 23:41:27 +00:00
|
|
|
width: 375,
|
|
|
|
height: 342,
|
|
|
|
// "category": "*",
|
|
|
|
// "brand": "*"
|
|
|
|
// "period": ""
|
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,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2022-12-09 02:09:18 +00:00
|
|
|
{
|
|
|
|
id: "prateleira-01",
|
|
|
|
objects: [
|
|
|
|
{
|
|
|
|
type: "Produtos Relacionados",
|
|
|
|
name: "CONFIRA NOSSAS NOVIDADES", //titulo do "carousel"/prateleira
|
|
|
|
properties: {
|
|
|
|
layout: "bernardo-prateleira-padrao", // mesmo nome do arquivo em template-prateleira
|
|
|
|
type: "QuemViuViuTambem",
|
|
|
|
"number-of-columns": 12,
|
|
|
|
"number-of-items": 12,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2022-12-05 13:22:58 +00:00
|
|
|
],
|
|
|
|
};
|