@redneckz/wildless-cms-uni-blocks 0.14.1060 → 0.14.1061

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -529,6 +529,7 @@
529
529
  "endpoint": "initcorporatelead",
530
530
  "sections": [
531
531
  {
532
+ "columns": 2,
532
533
  "inputs": [
533
534
  {
534
535
  "name": "name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redneckz/wildless-cms-uni-blocks",
3
- "version": "0.14.1060",
3
+ "version": "0.14.1061",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "ЦК",
@@ -529,6 +529,7 @@
529
529
  "endpoint": "initcorporatelead",
530
530
  "sections": [
531
531
  {
532
+ "columns": 2,
532
533
  "inputs": [
533
534
  {
534
535
  "name": "name",
@@ -365,7 +365,7 @@ export default {
365
365
  sections={[
366
366
  {
367
367
  title: 'Оставьте заявку и мы ответим на любые вопросы по депозитам',
368
- columns: 1,
368
+ columns: 2,
369
369
  inputs: [
370
370
  { name: 'name', required: true },
371
371
  { name: 'phone', required: true },