DmitrMakeev commited on
Commit
15a219e
·
verified ·
1 Parent(s): d51fd7d

Update js/rus/rus.js

Browse files
Files changed (1) hide show
  1. js/rus/rus.js +8 -1
js/rus/rus.js CHANGED
@@ -1388,6 +1388,7 @@ editor.Components.addType('senler_form_v1-settings-block', {
1388
  window.clarity_id = props.clarity_id;
1389
  window.clarity_ses = props.clarity_ses;
1390
  window.clarity_tar = props.clarity_tar;
 
1391
  window.clarity_ev = props.clarity_ev;
1392
 
1393
  const initBlock = () => {
@@ -1415,7 +1416,7 @@ editor.Components.addType('senler_form_v1-settings-block', {
1415
  console.log('Custom script loaded!');
1416
  });
1417
  },
1418
- 'script-props': ['w_url', 'vk_grup', 's_grup', 'red_on', 'on_url', 'ups', 'clarity_on', 'clarity_id', 'clarity_ses', 'clarity_tar', 'clarity_ev'],
1419
  traits: [
1420
  {
1421
  type: 'text',
@@ -1477,6 +1478,12 @@ editor.Components.addType('senler_form_v1-settings-block', {
1477
  label: 'Page Name',
1478
  changeProp: true
1479
  },
 
 
 
 
 
 
1480
  {
1481
  type: 'text',
1482
  name: 'clarity_ev',
 
1388
  window.clarity_id = props.clarity_id;
1389
  window.clarity_ses = props.clarity_ses;
1390
  window.clarity_tar = props.clarity_tar;
1391
+ window.funnel = props.funnel;
1392
  window.clarity_ev = props.clarity_ev;
1393
 
1394
  const initBlock = () => {
 
1416
  console.log('Custom script loaded!');
1417
  });
1418
  },
1419
+ 'script-props': ['w_url', 'vk_grup', 's_grup', 'red_on', 'on_url', 'ups', 'clarity_on', 'clarity_id', 'clarity_ses', 'clarity_tar', 'funnel', 'clarity_ev'],
1420
  traits: [
1421
  {
1422
  type: 'text',
 
1478
  label: 'Page Name',
1479
  changeProp: true
1480
  },
1481
+ {
1482
+ type: 'text',
1483
+ name: 'funnel',
1484
+ label: 'Funnel Stage',
1485
+ changeProp: true
1486
+ },
1487
  {
1488
  type: 'text',
1489
  name: 'clarity_ev',