Initial commit: ASPEKTER — визуальный конструктор email-рассылок
- z51-pug-builder: Svelte 5 SPA, визуальный редактор Pug-писем - email-gen: Node.js рендерер Pug→HTML через email-templates + Juice - email-gen-api: HTTP сервер рендеринга (порт 8787) - coin-scout: сервис подбора монет из фидов - Docker Compose для dev/prod - Nginx конфиг с SSL для app.aspekter.ru
This commit is contained in:
33
z51-pug-builder/data-dev.backup.20260220_004027/КБ/block.pug
Normal file
33
z51-pug-builder/data-dev.backup.20260220_004027/КБ/block.pug
Normal file
@@ -0,0 +1,33 @@
|
||||
// Баннер
|
||||
tr
|
||||
td
|
||||
a(href="https://coinsbolhov.ru/" target="_blank" style="display: block;")
|
||||
img(src="https://coinsbolhov.ru/upload/email-template/newsletters_2025/2025-11/24.jpg" alt="coinsbolhov.ru" width="600")
|
||||
//Заголовок
|
||||
tr
|
||||
td(align="center").paddingWrapper
|
||||
span.text.h2 Скидка 10% на все разделы
|
||||
//Текст
|
||||
tr
|
||||
td(align="center").paddingWrapper
|
||||
span.text Примите участие в акции! 29-31 января включительно приобретайте предметы и аксессуары для своей коллекции в интернет-магазине Coinsbolhov.ru с дополнительной скидкой 10%.
|
||||
//Кнопка(linkText)
|
||||
tr
|
||||
td(align="center").paddingWrapper
|
||||
span.linkBorder
|
||||
a(href="https://coinsbolhov.ru/catalog/monety/" target="_blank").h3.normal.linkText.text Смотреть все монеты
|
||||
//Кнопка
|
||||
tr
|
||||
td(align="center").paddingWrapper
|
||||
+buttonRounded("Смотреть весь каталог", "https://coinsbolhov.ru/catalog/", 560, 63, "#323232", 18, "#EDCF2E", 10,).bold.text.h3
|
||||
img(src="https://coinsbolhov.ru/upload/email-template/master_template/arrow.png" width="23" height="15" style="vertical-align: middle;")
|
||||
//Разделитель
|
||||
tr
|
||||
td.paddingWrapper
|
||||
+backgroundImageBlock("https://coinsbolhov.ru/upload/email-template/master_template/divider.png", 560, 21, "#0C5837", "left", "top", "100% 100%")
|
||||
//3товара
|
||||
+products3inRowMindbox('294356,294357,326189')
|
||||
//2товара
|
||||
+products2inRowMindbox('356768,308628')
|
||||
//1товар
|
||||
+productCharsRightMindbox('329392')
|
||||
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"list": [
|
||||
{
|
||||
"id": "db1ce892-8348-4761-88ac-435f3fc34815",
|
||||
"name": "19-02-2026 АКЦИЯ",
|
||||
"title": "АКЦИЯ",
|
||||
"date": "2026-02-19",
|
||||
"createdAt": "2026-02-18T10:25:59.033Z",
|
||||
"updatedAt": "2026-02-18T10:28:50.440Z"
|
||||
},
|
||||
{
|
||||
"id": "e6de076a-a43f-47cf-89fe-c2335443fbe1",
|
||||
"name": "12-02-2026 Грандиозные вещи делаются грандиозными средствами…🌿",
|
||||
"title": "Грандиозные вещи делаются грандиозными средствами…🌿",
|
||||
"date": "2026-02-12",
|
||||
"createdAt": "2026-02-11T16:37:23.662Z",
|
||||
"updatedAt": "2026-02-18T10:25:39.835Z"
|
||||
},
|
||||
{
|
||||
"id": "7fc78a21-3c11-48cf-824a-a6108e57883d",
|
||||
"name": "11-02-2026 НОВИНКИ",
|
||||
"title": "НОВИНКИ",
|
||||
"date": "2026-02-11",
|
||||
"createdAt": "2026-02-09T19:04:34.086Z",
|
||||
"updatedAt": "2026-02-10T08:36:50.387Z"
|
||||
},
|
||||
{
|
||||
"id": "87a47852-66ff-4ebd-841c-3b0966ae0d02",
|
||||
"name": "10-02-2026 АКЦИЯ",
|
||||
"title": "АКЦИЯ",
|
||||
"date": "2026-02-10",
|
||||
"createdAt": "2026-02-08T20:09:34.457Z",
|
||||
"updatedAt": "2026-02-09T19:20:08.705Z"
|
||||
}
|
||||
],
|
||||
"currentId": "db1ce892-8348-4761-88ac-435f3fc34815"
|
||||
}
|
||||
@@ -0,0 +1,185 @@
|
||||
{
|
||||
"id": "7fc78a21-3c11-48cf-824a-a6108e57883d",
|
||||
"name": "11-02-2026 НОВИНКИ",
|
||||
"title": "НОВИНКИ",
|
||||
"date": "2026-02-11",
|
||||
"createdAt": "2026-02-09T19:04:34.086Z",
|
||||
"updatedAt": "2026-02-10T08:36:50.387Z",
|
||||
"blocks": [
|
||||
{
|
||||
"name": "Баннер",
|
||||
"content": "tr\n td\n a(href=\"https://coinsbolhov.ru/new-items/\" target=\"_blank\" style=\"display: block;\")\n img(src=\"https://coinsbolhov.ru/upload/email-template/master_template/banners/news2.jpg\" alt=\"coinsbolhov.ru\" width=\"600\")",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 2,
|
||||
"occurrence": 0
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Заголовок",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text.h2 Новые поступления за неделю",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Текст",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text В коллекционном магазине Coinsbolhov.ru появилось множество разнообразных экземпляров монет, банкнот и аксессуаров. Собрали для Вас одни из самых интересных за неделю. Смотрите свежие поступления монет, банкнот и других предметов коллекционирования в разделе «Новинки» и успевайте приобрести самое интересное первыми!\n+",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2,
|
||||
"paragraphIndex": 1,
|
||||
"removable": false
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/new-items/\" target=\"_blank\").h3.normal.linkText.text Смотреть новые поступления",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox(\"275601,266725,267997\")",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": true,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "1товар",
|
||||
"content": "+productCharsRightMindbox(\"303906\")",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox(\"288429,292341,290313\")",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "1товар",
|
||||
"content": "+productCharsRightMindbox(\"326189\")",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Кнопка",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n +buttonRounded(\"Больше новинок сайте Coinsbolhov\", \"https://coinsbolhov.ru/new-items/\", 560, 63, \"#323232\", 18, \"#EDCF2E\", 10,).bold.text.h3 \n img(src=\"https://coinsbolhov.ru/upload/email-template/master_template/arrow.png\" width=\"23\" height=\"15\" style=\"vertical-align: middle;\")",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-text",
|
||||
"label": "Текст кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 0
|
||||
},
|
||||
{
|
||||
"type": "mixin-href",
|
||||
"label": "Ссылка кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 1
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,183 @@
|
||||
{
|
||||
"id": "87a47852-66ff-4ebd-841c-3b0966ae0d02",
|
||||
"name": "10-02-2026 АКЦИЯ",
|
||||
"title": "АКЦИЯ",
|
||||
"date": "2026-02-10",
|
||||
"createdAt": "2026-02-08T20:09:34.457Z",
|
||||
"updatedAt": "2026-02-09T19:20:08.705Z",
|
||||
"blocks": [
|
||||
{
|
||||
"name": "Баннер",
|
||||
"content": "tr\n td\n a(href=\"https://coinsbolhov.ru/\" target=\"_blank\" style=\"display: block;\")\n img(src=\"https://email-images.mindbox.ru/numizmat/08b1b06b-6328-42a7-91d6-3cf84218ac5a/c0b5d18b-b2ec-434e-a2ec-b1942ec30a94.jpg\" alt=\"coinsbolhov.ru\" width=\"600\")",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 2,
|
||||
"occurrence": 0
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Заголовок",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text.h2 Скидка 10% на все разделы",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Текст",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text Примите участие в акции! 10-11 февраля включительно приобретайте предметы и аксессуары для своей коллекции в интернет-магазине Coinsbolhov.ru с дополнительной скидкой 10%.",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2,
|
||||
"paragraphIndex": 1,
|
||||
"removable": false
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/catalog/monety/\" target=\"_blank\").h3.normal.linkText.text Смотреть все монеты",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/catalog/banknoty/\" target=\"_blank\").h3.normal.linkText.text Смотреть все банкноты",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox(\"281185,281184,288435\", {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox(\"367449,367447,367444\", {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox(\"309629,273836,273723\", {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Кнопка",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n +buttonRounded(\"Смотреть весь каталог\", \"https://coinsbolhov.ru/catalog/\", 560, 63, \"#323232\", 18, \"#EDCF2E\", 10,).bold.text.h3 \n img(src=\"https://coinsbolhov.ru/upload/email-template/master_template/arrow.png\" width=\"23\" height=\"15\" style=\"vertical-align: middle;\")",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-text",
|
||||
"label": "Текст кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 0
|
||||
},
|
||||
{
|
||||
"type": "mixin-href",
|
||||
"label": "Ссылка кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 1
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"id": "db1ce892-8348-4761-88ac-435f3fc34815",
|
||||
"name": "19-02-2026 АКЦИЯ",
|
||||
"title": "АКЦИЯ",
|
||||
"date": "2026-02-19",
|
||||
"createdAt": "2026-02-18T10:25:59.033Z",
|
||||
"updatedAt": "2026-02-18T10:28:50.440Z",
|
||||
"blocks": [
|
||||
{
|
||||
"name": "Баннер",
|
||||
"content": "tr\n td\n a(href=\"https://coinsbolhov.ru/\" target=\"_blank\" style=\"display: block;\")\n img(src=\"https://email-images.mindbox.ru/numizmat/1371ccef-c936-48cd-b0b1-410beb7f04b5/38e24939-55d1-49cf-8932-561a78176448.jpg\" alt=\"coinsbolhov.ru\" width=\"600\")",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 2,
|
||||
"occurrence": 0
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Заголовок",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text.h2 Скидка 10% на все разделы",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Текст",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text Примите участие в акции! 10-11 февраля включительно приобретайте предметы и аксессуары для своей коллекции в интернет-магазине Coinsbolhov.ru с дополнительной скидкой 10%.",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2,
|
||||
"paragraphIndex": 1,
|
||||
"removable": false
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/catalog/monety/\" target=\"_blank\").h3.normal.linkText.text Смотреть все монеты",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/catalog/banknoty/\" target=\"_blank\").h3.normal.linkText.text Смотреть все банкноты",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox(\"314322,303903,324988\", {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox(\"368357,368346,368323\", {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox(\"367925,367922,367924\", {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Кнопка",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n +buttonRounded(\"Смотреть весь каталог\", \"https://coinsbolhov.ru/catalog/\", 560, 63, \"#323232\", 18, \"#EDCF2E\", 10,).bold.text.h3 \n img(src=\"https://coinsbolhov.ru/upload/email-template/master_template/arrow.png\" width=\"23\" height=\"15\" style=\"vertical-align: middle;\")",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-text",
|
||||
"label": "Текст кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 0
|
||||
},
|
||||
{
|
||||
"type": "mixin-href",
|
||||
"label": "Ссылка кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 1
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"id": "e6de076a-a43f-47cf-89fe-c2335443fbe1",
|
||||
"name": "12-02-2026 Грандиозные вещи делаются грандиозными средствами…🌿",
|
||||
"title": "Грандиозные вещи делаются грандиозными средствами…🌿",
|
||||
"date": "2026-02-12",
|
||||
"createdAt": "2026-02-11T16:37:23.662Z",
|
||||
"updatedAt": "2026-02-18T10:25:39.835Z",
|
||||
"blocks": [
|
||||
{
|
||||
"name": "Баннер",
|
||||
"content": "tr\n td\n a(href=\"https://coinsbolhov.ru/\" target=\"_blank\" style=\"display: block;\")\n img(src=\"https://email-images.mindbox.ru/numizmat/1371ccef-c936-48cd-b0b1-410beb7f04b5/38e24939-55d1-49cf-8932-561a78176448.jpg\" alt=\"coinsbolhov.ru\" width=\"600\")",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 2,
|
||||
"occurrence": 0
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Заголовок",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text.h2 Скидка 10% на все разделы",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Текст",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text Примите участие в акции! 10-11 февраля включительно приобретайте предметы и аксессуары для своей коллекции в интернет-магазине Coinsbolhov.ru с дополнительной скидкой 10%.",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2,
|
||||
"paragraphIndex": 1,
|
||||
"removable": false
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/catalog/monety/\" target=\"_blank\").h3.normal.linkText.text Смотреть все монеты",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/catalog/banknoty/\" target=\"_blank\").h3.normal.linkText.text Смотреть все банкноты",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox('294356,294357,326189', {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox('294356,294357,326189', {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox('294356,294357,326189', {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Кнопка",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n +buttonRounded(\"Смотреть весь каталог\", \"https://coinsbolhov.ru/catalog/\", 560, 63, \"#323232\", 18, \"#EDCF2E\", 10,).bold.text.h3 \n img(src=\"https://coinsbolhov.ru/upload/email-template/master_template/arrow.png\" width=\"23\" height=\"15\" style=\"vertical-align: middle;\")",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-text",
|
||||
"label": "Текст кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 0
|
||||
},
|
||||
{
|
||||
"type": "mixin-href",
|
||||
"label": "Ссылка кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 1
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"sourceName": "blockCB.pug"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"list": [],
|
||||
"currentId": ""
|
||||
}
|
||||
363
z51-pug-builder/data-dev.backup.20260220_004027/КБ/presets.json
Normal file
363
z51-pug-builder/data-dev.backup.20260220_004027/КБ/presets.json
Normal file
@@ -0,0 +1,363 @@
|
||||
[
|
||||
{
|
||||
"id": "a965cdd4-109b-458d-8a0b-6c2d5076a3f3",
|
||||
"name": "НОВИНКИ",
|
||||
"savedAt": "2026-02-09T20:19:16.153Z",
|
||||
"blocks": [
|
||||
{
|
||||
"name": "Баннер",
|
||||
"content": "tr\n td\n a(href=\"https://coinsbolhov.ru/new-items/\" target=\"_blank\" style=\"display: block;\")\n img(src=\"https://coinsbolhov.ru/upload/email-template/master_template/banners/news2.jpg\" alt=\"coinsbolhov.ru\" width=\"600\")",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 2,
|
||||
"occurrence": 0
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Заголовок",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text.h2 Новые поступления за неделю",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Текст",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text В коллекционном магазине Coinsbolhov.ru появилось множество разнообразных экземпляров монет, банкнот и аксессуаров. Собрали для Вас одни из самых интересных за неделю. Смотрите свежие поступления монет, банкнот и других предметов коллекционирования в разделе «Новинки» и успевайте приобрести самое интересное первыми!\n+",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2,
|
||||
"paragraphIndex": 1,
|
||||
"removable": false
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/new-items/\" target=\"_blank\").h3.normal.linkText.text Смотреть новые поступления",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox('294356,294357,326189')",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": true,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "1товар",
|
||||
"content": "+productCharsRightMindbox('329392')",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox('294356,294357,326189')",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "1товар",
|
||||
"content": "+productCharsRightMindbox('329392')",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Кнопка",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n +buttonRounded(\"Больше новинок сайте Coinsbolhov\", \"https://coinsbolhov.ru/new-items/\", 560, 63, \"#323232\", 18, \"#EDCF2E\", 10,).bold.text.h3 \n img(src=\"https://coinsbolhov.ru/upload/email-template/master_template/arrow.png\" width=\"23\" height=\"15\" style=\"vertical-align: middle;\")",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-text",
|
||||
"label": "Текст кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 0
|
||||
},
|
||||
{
|
||||
"type": "mixin-href",
|
||||
"label": "Ссылка кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 1
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "f592e068-9cf4-475a-b149-7a44b14bedc2",
|
||||
"name": "АКЦИЯ",
|
||||
"savedAt": "2026-02-08T20:21:27.198Z",
|
||||
"blocks": [
|
||||
{
|
||||
"name": "Баннер",
|
||||
"content": "tr\n td\n a(href=\"https://coinsbolhov.ru/\" target=\"_blank\" style=\"display: block;\")\n img(src=\"https://email-images.mindbox.ru/numizmat/08b1b06b-6328-42a7-91d6-3cf84218ac5a/c0b5d18b-b2ec-434e-a2ec-b1942ec30a94.jpg\" alt=\"coinsbolhov.ru\" width=\"600\")",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 2,
|
||||
"occurrence": 0
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Заголовок",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text.h2 Скидка 10% на все разделы",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Текст",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.text Примите участие в акции! 10-11 февраля включительно приобретайте предметы и аксессуары для своей коллекции в интернет-магазине Coinsbolhov.ru с дополнительной скидкой 10%.",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 2,
|
||||
"paragraphIndex": 1,
|
||||
"removable": false
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/catalog/monety/\" target=\"_blank\").h3.normal.linkText.text Смотреть все монеты",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Кнопка(linkText)",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n span.linkBorder\n a(href=\"https://coinsbolhov.ru/catalog/banknoty/\" target=\"_blank\").h3.normal.linkText.text Смотреть все банкноты",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Текст",
|
||||
"lineIndex": 3
|
||||
},
|
||||
{
|
||||
"type": "href",
|
||||
"label": "Ссылка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox('294356,294357,326189', {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true,
|
||||
"spacing": 20
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox('294356,294357,326189', {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Разделитель",
|
||||
"content": "tr\n td.paddingWrapper\n +backgroundImageBlock(\"https://coinsbolhov.ru/upload/email-template/master_template/divider.png\", 560, 21, \"#0C5837\", \"left\", \"top\", \"100% 100%\")",
|
||||
"collapsed": false,
|
||||
"schema": [],
|
||||
"addSpacing": false
|
||||
},
|
||||
{
|
||||
"name": "3товара",
|
||||
"content": "+products3inRowMindbox('294356,294357,326189', {showSale: true})",
|
||||
"collapsed": false,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-ids",
|
||||
"label": "ID товаров",
|
||||
"lineIndex": 0,
|
||||
"argIndex": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
},
|
||||
{
|
||||
"name": "Кнопка",
|
||||
"content": "tr\n td(align=\"center\").paddingWrapper\n +buttonRounded(\"Смотреть весь каталог\", \"https://coinsbolhov.ru/catalog/\", 560, 63, \"#323232\", 18, \"#EDCF2E\", 10,).bold.text.h3 \n img(src=\"https://coinsbolhov.ru/upload/email-template/master_template/arrow.png\" width=\"23\" height=\"15\" style=\"vertical-align: middle;\")",
|
||||
"collapsed": true,
|
||||
"schema": [
|
||||
{
|
||||
"type": "mixin-text",
|
||||
"label": "Текст кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 0
|
||||
},
|
||||
{
|
||||
"type": "mixin-href",
|
||||
"label": "Ссылка кнопки",
|
||||
"lineIndex": 2,
|
||||
"argIndex": 1
|
||||
},
|
||||
{
|
||||
"type": "src",
|
||||
"label": "Картинка",
|
||||
"lineIndex": 3,
|
||||
"occurrence": 0
|
||||
}
|
||||
],
|
||||
"addSpacing": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user