@redneckz/wildless-cms-uni-blocks 0.14.298 → 0.14.299

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.
@@ -13,8 +13,9 @@ function adjustFiltration(block) {
13
13
  }
14
14
 
15
15
  if (blockType === 'BankAccountFiltration') {
16
- content.consumer = content?.filtrationSchema?.consumer;
17
- deleteProp(content?.filtrationSchema, 'consumer');
16
+ if (!content.blocksSection) {
17
+ content.blocksSection = { view: 'carousel' };
18
+ }
18
19
 
19
20
  if (content?.filtrationSchema?.consumer) {
20
21
  content.consumer = content?.filtrationSchema?.consumer;
@@ -6202,7 +6202,7 @@
6202
6202
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6203
6203
  });
6204
6204
 
6205
- const packageVersion = "0.14.297";
6205
+ const packageVersion = "0.14.298";
6206
6206
 
6207
6207
  exports.Blocks = Blocks;
6208
6208
  exports.ContentPage = ContentPage;