@capillarytech/creatives-library 7.17.141 → 7.17.142
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.
- package/containers/Cap/tests/__snapshots__/index.test.js.snap +1 -1
- package/package.json +1 -1
- package/translations/en.json +1 -1
- package/v2Components/CapWhatsappQuickReply/index.js +2 -2
- package/v2Components/CapWhatsappQuickReply/index.scss +7 -0
- package/v2Components/TemplatePreview/index.js +3 -3
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +1 -1
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +3 -3
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +2 -2
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +25 -25
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +18 -18
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +47 -47
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +4 -4
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +8 -8
- package/v2Containers/Viber/messages.js +1 -1
- package/v2Containers/Whatsapp/index.js +103 -82
- package/v2Containers/Whatsapp/index.scss +8 -6
- package/v2Containers/Whatsapp/messages.js +12 -4
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +576 -420
- package/v2Containers/Whatsapp/tests/index.test.js +4 -1
- package/v2Containers/Whatsapp/utils.js +0 -5
- package/v2Containers/mockdata.js +0 -5
|
@@ -1922,7 +1922,7 @@ new message content.",
|
|
|
1922
1922
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
1923
1923
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
1924
1924
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
1925
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
1925
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
1926
1926
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
1927
1927
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
1928
1928
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -2527,7 +2527,7 @@ new message content.",
|
|
|
2527
2527
|
],
|
|
2528
2528
|
Array [
|
|
2529
2529
|
Object {
|
|
2530
|
-
"defaultMessage": "These will be
|
|
2530
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
2531
2531
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
2532
2532
|
},
|
|
2533
2533
|
],
|
|
@@ -2766,7 +2766,7 @@ new message content.",
|
|
|
2766
2766
|
],
|
|
2767
2767
|
Array [
|
|
2768
2768
|
Object {
|
|
2769
|
-
"defaultMessage": "These will be
|
|
2769
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
2770
2770
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
2771
2771
|
},
|
|
2772
2772
|
],
|
|
@@ -8109,12 +8109,15 @@ new message content.",
|
|
|
8109
8109
|
inline={false}
|
|
8110
8110
|
size="large"
|
|
8111
8111
|
suffix={
|
|
8112
|
-
<
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8112
|
+
<React.Fragment>
|
|
8113
|
+
<CapButton
|
|
8114
|
+
data-testid="suffix-button"
|
|
8115
|
+
disabled={false}
|
|
8116
|
+
isAddBtn={true}
|
|
8117
|
+
onClick={[Function]}
|
|
8118
|
+
type="flat"
|
|
8119
|
+
/>
|
|
8120
|
+
</React.Fragment>
|
|
8118
8121
|
}
|
|
8119
8122
|
title={
|
|
8120
8123
|
<CapHeading
|
|
@@ -8861,6 +8864,7 @@ new message content.",
|
|
|
8861
8864
|
</CapHeading>
|
|
8862
8865
|
</div>
|
|
8863
8866
|
<CapButton
|
|
8867
|
+
data-testid="suffix-button"
|
|
8864
8868
|
disabled={false}
|
|
8865
8869
|
isAddBtn={true}
|
|
8866
8870
|
onClick={[Function]}
|
|
@@ -8869,6 +8873,7 @@ new message content.",
|
|
|
8869
8873
|
<Button
|
|
8870
8874
|
block={false}
|
|
8871
8875
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
8876
|
+
data-testid="suffix-button"
|
|
8872
8877
|
disabled={false}
|
|
8873
8878
|
ghost={false}
|
|
8874
8879
|
htmlType="button"
|
|
@@ -8879,6 +8884,7 @@ new message content.",
|
|
|
8879
8884
|
<Wave>
|
|
8880
8885
|
<button
|
|
8881
8886
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
8887
|
+
data-testid="suffix-button"
|
|
8882
8888
|
disabled={false}
|
|
8883
8889
|
onClick={[Function]}
|
|
8884
8890
|
type="button"
|
|
@@ -12104,7 +12110,7 @@ new message content.",
|
|
|
12104
12110
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
12105
12111
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
12106
12112
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
12107
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
12113
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
12108
12114
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
12109
12115
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
12110
12116
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -15159,7 +15165,7 @@ new message content.",
|
|
|
15159
15165
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
15160
15166
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
15161
15167
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
15162
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
15168
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
15163
15169
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
15164
15170
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
15165
15171
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -15752,7 +15758,7 @@ new message content.",
|
|
|
15752
15758
|
],
|
|
15753
15759
|
Array [
|
|
15754
15760
|
Object {
|
|
15755
|
-
"defaultMessage": "These will be
|
|
15761
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
15756
15762
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
15757
15763
|
},
|
|
15758
15764
|
],
|
|
@@ -15991,7 +15997,7 @@ new message content.",
|
|
|
15991
15997
|
],
|
|
15992
15998
|
Array [
|
|
15993
15999
|
Object {
|
|
15994
|
-
"defaultMessage": "These will be
|
|
16000
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
15995
16001
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
15996
16002
|
},
|
|
15997
16003
|
],
|
|
@@ -16230,7 +16236,7 @@ new message content.",
|
|
|
16230
16236
|
],
|
|
16231
16237
|
Array [
|
|
16232
16238
|
Object {
|
|
16233
|
-
"defaultMessage": "These will be
|
|
16239
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
16234
16240
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
16235
16241
|
},
|
|
16236
16242
|
],
|
|
@@ -21721,12 +21727,15 @@ new message content.",
|
|
|
21721
21727
|
inline={false}
|
|
21722
21728
|
size="large"
|
|
21723
21729
|
suffix={
|
|
21724
|
-
<
|
|
21725
|
-
|
|
21726
|
-
|
|
21727
|
-
|
|
21728
|
-
|
|
21729
|
-
|
|
21730
|
+
<React.Fragment>
|
|
21731
|
+
<CapButton
|
|
21732
|
+
data-testid="suffix-button"
|
|
21733
|
+
disabled={false}
|
|
21734
|
+
isAddBtn={true}
|
|
21735
|
+
onClick={[Function]}
|
|
21736
|
+
type="flat"
|
|
21737
|
+
/>
|
|
21738
|
+
</React.Fragment>
|
|
21730
21739
|
}
|
|
21731
21740
|
title={
|
|
21732
21741
|
<CapHeading
|
|
@@ -22473,6 +22482,7 @@ new message content.",
|
|
|
22473
22482
|
</CapHeading>
|
|
22474
22483
|
</div>
|
|
22475
22484
|
<CapButton
|
|
22485
|
+
data-testid="suffix-button"
|
|
22476
22486
|
disabled={false}
|
|
22477
22487
|
isAddBtn={true}
|
|
22478
22488
|
onClick={[Function]}
|
|
@@ -22481,6 +22491,7 @@ new message content.",
|
|
|
22481
22491
|
<Button
|
|
22482
22492
|
block={false}
|
|
22483
22493
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
22494
|
+
data-testid="suffix-button"
|
|
22484
22495
|
disabled={false}
|
|
22485
22496
|
ghost={false}
|
|
22486
22497
|
htmlType="button"
|
|
@@ -22491,6 +22502,7 @@ new message content.",
|
|
|
22491
22502
|
<Wave>
|
|
22492
22503
|
<button
|
|
22493
22504
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
22505
|
+
data-testid="suffix-button"
|
|
22494
22506
|
disabled={false}
|
|
22495
22507
|
onClick={[Function]}
|
|
22496
22508
|
type="button"
|
|
@@ -25716,7 +25728,7 @@ new message content.",
|
|
|
25716
25728
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
25717
25729
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
25718
25730
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
25719
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
25731
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
25720
25732
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
25721
25733
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
25722
25734
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -28747,7 +28759,7 @@ new message content.",
|
|
|
28747
28759
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
28748
28760
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
28749
28761
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
28750
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
28762
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
28751
28763
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
28752
28764
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
28753
28765
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -29340,7 +29352,7 @@ new message content.",
|
|
|
29340
29352
|
],
|
|
29341
29353
|
Array [
|
|
29342
29354
|
Object {
|
|
29343
|
-
"defaultMessage": "These will be
|
|
29355
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
29344
29356
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
29345
29357
|
},
|
|
29346
29358
|
],
|
|
@@ -29579,7 +29591,7 @@ new message content.",
|
|
|
29579
29591
|
],
|
|
29580
29592
|
Array [
|
|
29581
29593
|
Object {
|
|
29582
|
-
"defaultMessage": "These will be
|
|
29594
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
29583
29595
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
29584
29596
|
},
|
|
29585
29597
|
],
|
|
@@ -29818,7 +29830,7 @@ new message content.",
|
|
|
29818
29830
|
],
|
|
29819
29831
|
Array [
|
|
29820
29832
|
Object {
|
|
29821
|
-
"defaultMessage": "These will be
|
|
29833
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
29822
29834
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
29823
29835
|
},
|
|
29824
29836
|
],
|
|
@@ -30069,7 +30081,7 @@ new message content.",
|
|
|
30069
30081
|
],
|
|
30070
30082
|
Array [
|
|
30071
30083
|
Object {
|
|
30072
|
-
"defaultMessage": "These will be
|
|
30084
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
30073
30085
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
30074
30086
|
},
|
|
30075
30087
|
],
|
|
@@ -35726,11 +35738,14 @@ new message content.",
|
|
|
35726
35738
|
inline={false}
|
|
35727
35739
|
size="large"
|
|
35728
35740
|
suffix={
|
|
35729
|
-
<
|
|
35730
|
-
|
|
35731
|
-
|
|
35732
|
-
|
|
35733
|
-
|
|
35741
|
+
<React.Fragment>
|
|
35742
|
+
<CapButton
|
|
35743
|
+
data-testid="suffix-button"
|
|
35744
|
+
isAddBtn={true}
|
|
35745
|
+
onClick={[Function]}
|
|
35746
|
+
type="flat"
|
|
35747
|
+
/>
|
|
35748
|
+
</React.Fragment>
|
|
35734
35749
|
}
|
|
35735
35750
|
title={
|
|
35736
35751
|
<CapHeading
|
|
@@ -36477,6 +36492,7 @@ new message content.",
|
|
|
36477
36492
|
</CapHeading>
|
|
36478
36493
|
</div>
|
|
36479
36494
|
<CapButton
|
|
36495
|
+
data-testid="suffix-button"
|
|
36480
36496
|
isAddBtn={true}
|
|
36481
36497
|
onClick={[Function]}
|
|
36482
36498
|
type="flat"
|
|
@@ -36484,6 +36500,7 @@ new message content.",
|
|
|
36484
36500
|
<Button
|
|
36485
36501
|
block={false}
|
|
36486
36502
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
36503
|
+
data-testid="suffix-button"
|
|
36487
36504
|
ghost={false}
|
|
36488
36505
|
htmlType="button"
|
|
36489
36506
|
loading={false}
|
|
@@ -36493,6 +36510,7 @@ new message content.",
|
|
|
36493
36510
|
<Wave>
|
|
36494
36511
|
<button
|
|
36495
36512
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
36513
|
+
data-testid="suffix-button"
|
|
36496
36514
|
onClick={[Function]}
|
|
36497
36515
|
type="button"
|
|
36498
36516
|
>
|
|
@@ -39717,7 +39735,7 @@ new message content.",
|
|
|
39717
39735
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
39718
39736
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
39719
39737
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
39720
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
39738
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
39721
39739
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
39722
39740
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
39723
39741
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -42756,7 +42774,7 @@ new message content.",
|
|
|
42756
42774
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
42757
42775
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
42758
42776
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
42759
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
42777
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
42760
42778
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
42761
42779
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
42762
42780
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -43349,7 +43367,7 @@ new message content.",
|
|
|
43349
43367
|
],
|
|
43350
43368
|
Array [
|
|
43351
43369
|
Object {
|
|
43352
|
-
"defaultMessage": "These will be
|
|
43370
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
43353
43371
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
43354
43372
|
},
|
|
43355
43373
|
],
|
|
@@ -43588,7 +43606,7 @@ new message content.",
|
|
|
43588
43606
|
],
|
|
43589
43607
|
Array [
|
|
43590
43608
|
Object {
|
|
43591
|
-
"defaultMessage": "These will be
|
|
43609
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
43592
43610
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
43593
43611
|
},
|
|
43594
43612
|
],
|
|
@@ -48931,12 +48949,15 @@ new message content.",
|
|
|
48931
48949
|
inline={false}
|
|
48932
48950
|
size="large"
|
|
48933
48951
|
suffix={
|
|
48934
|
-
<
|
|
48935
|
-
|
|
48936
|
-
|
|
48937
|
-
|
|
48938
|
-
|
|
48939
|
-
|
|
48952
|
+
<React.Fragment>
|
|
48953
|
+
<CapButton
|
|
48954
|
+
data-testid="suffix-button"
|
|
48955
|
+
disabled={false}
|
|
48956
|
+
isAddBtn={true}
|
|
48957
|
+
onClick={[Function]}
|
|
48958
|
+
type="flat"
|
|
48959
|
+
/>
|
|
48960
|
+
</React.Fragment>
|
|
48940
48961
|
}
|
|
48941
48962
|
title={
|
|
48942
48963
|
<CapHeading
|
|
@@ -49683,6 +49704,7 @@ new message content.",
|
|
|
49683
49704
|
</CapHeading>
|
|
49684
49705
|
</div>
|
|
49685
49706
|
<CapButton
|
|
49707
|
+
data-testid="suffix-button"
|
|
49686
49708
|
disabled={false}
|
|
49687
49709
|
isAddBtn={true}
|
|
49688
49710
|
onClick={[Function]}
|
|
@@ -49691,6 +49713,7 @@ new message content.",
|
|
|
49691
49713
|
<Button
|
|
49692
49714
|
block={false}
|
|
49693
49715
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
49716
|
+
data-testid="suffix-button"
|
|
49694
49717
|
disabled={false}
|
|
49695
49718
|
ghost={false}
|
|
49696
49719
|
htmlType="button"
|
|
@@ -49701,6 +49724,7 @@ new message content.",
|
|
|
49701
49724
|
<Wave>
|
|
49702
49725
|
<button
|
|
49703
49726
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
49727
|
+
data-testid="suffix-button"
|
|
49704
49728
|
disabled={false}
|
|
49705
49729
|
onClick={[Function]}
|
|
49706
49730
|
type="button"
|
|
@@ -52926,7 +52950,7 @@ new message content.",
|
|
|
52926
52950
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
52927
52951
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
52928
52952
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
52929
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
52953
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
52930
52954
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
52931
52955
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
52932
52956
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -55957,7 +55981,7 @@ new message content.",
|
|
|
55957
55981
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
55958
55982
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
55959
55983
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
55960
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
55984
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
55961
55985
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
55962
55986
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
55963
55987
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -56550,7 +56574,7 @@ new message content.",
|
|
|
56550
56574
|
],
|
|
56551
56575
|
Array [
|
|
56552
56576
|
Object {
|
|
56553
|
-
"defaultMessage": "These will be
|
|
56577
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
56554
56578
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
56555
56579
|
},
|
|
56556
56580
|
],
|
|
@@ -56789,7 +56813,7 @@ new message content.",
|
|
|
56789
56813
|
],
|
|
56790
56814
|
Array [
|
|
56791
56815
|
Object {
|
|
56792
|
-
"defaultMessage": "These will be
|
|
56816
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
56793
56817
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
56794
56818
|
},
|
|
56795
56819
|
],
|
|
@@ -57072,7 +57096,7 @@ new message content.",
|
|
|
57072
57096
|
],
|
|
57073
57097
|
Array [
|
|
57074
57098
|
Object {
|
|
57075
|
-
"defaultMessage": "These will be
|
|
57099
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
57076
57100
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
57077
57101
|
},
|
|
57078
57102
|
],
|
|
@@ -57355,7 +57379,7 @@ new message content.",
|
|
|
57355
57379
|
],
|
|
57356
57380
|
Array [
|
|
57357
57381
|
Object {
|
|
57358
|
-
"defaultMessage": "These will be
|
|
57382
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
57359
57383
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
57360
57384
|
},
|
|
57361
57385
|
],
|
|
@@ -63864,12 +63888,15 @@ new message content.",
|
|
|
63864
63888
|
inline={false}
|
|
63865
63889
|
size="large"
|
|
63866
63890
|
suffix={
|
|
63867
|
-
<
|
|
63868
|
-
|
|
63869
|
-
|
|
63870
|
-
|
|
63871
|
-
|
|
63872
|
-
|
|
63891
|
+
<React.Fragment>
|
|
63892
|
+
<CapButton
|
|
63893
|
+
data-testid="suffix-button"
|
|
63894
|
+
disabled={false}
|
|
63895
|
+
isAddBtn={true}
|
|
63896
|
+
onClick={[Function]}
|
|
63897
|
+
type="flat"
|
|
63898
|
+
/>
|
|
63899
|
+
</React.Fragment>
|
|
63873
63900
|
}
|
|
63874
63901
|
title={
|
|
63875
63902
|
<CapHeading
|
|
@@ -64616,6 +64643,7 @@ new message content.",
|
|
|
64616
64643
|
</CapHeading>
|
|
64617
64644
|
</div>
|
|
64618
64645
|
<CapButton
|
|
64646
|
+
data-testid="suffix-button"
|
|
64619
64647
|
disabled={false}
|
|
64620
64648
|
isAddBtn={true}
|
|
64621
64649
|
onClick={[Function]}
|
|
@@ -64624,6 +64652,7 @@ new message content.",
|
|
|
64624
64652
|
<Button
|
|
64625
64653
|
block={false}
|
|
64626
64654
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
64655
|
+
data-testid="suffix-button"
|
|
64627
64656
|
disabled={false}
|
|
64628
64657
|
ghost={false}
|
|
64629
64658
|
htmlType="button"
|
|
@@ -64634,6 +64663,7 @@ new message content.",
|
|
|
64634
64663
|
<Wave>
|
|
64635
64664
|
<button
|
|
64636
64665
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
64666
|
+
data-testid="suffix-button"
|
|
64637
64667
|
disabled={false}
|
|
64638
64668
|
onClick={[Function]}
|
|
64639
64669
|
type="button"
|
|
@@ -68725,7 +68755,7 @@ new message content.",
|
|
|
68725
68755
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
68726
68756
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
68727
68757
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
68728
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
68758
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
68729
68759
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
68730
68760
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
68731
68761
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -71756,7 +71786,7 @@ new message content.",
|
|
|
71756
71786
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
71757
71787
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
71758
71788
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
71759
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
71789
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
71760
71790
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
71761
71791
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
71762
71792
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -72344,7 +72374,7 @@ new message content.",
|
|
|
72344
72374
|
],
|
|
72345
72375
|
Array [
|
|
72346
72376
|
Object {
|
|
72347
|
-
"defaultMessage": "These will be
|
|
72377
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
72348
72378
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
72349
72379
|
},
|
|
72350
72380
|
],
|
|
@@ -72583,7 +72613,7 @@ new message content.",
|
|
|
72583
72613
|
],
|
|
72584
72614
|
Array [
|
|
72585
72615
|
Object {
|
|
72586
|
-
"defaultMessage": "These will be
|
|
72616
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
72587
72617
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
72588
72618
|
},
|
|
72589
72619
|
],
|
|
@@ -72866,7 +72896,7 @@ new message content.",
|
|
|
72866
72896
|
],
|
|
72867
72897
|
Array [
|
|
72868
72898
|
Object {
|
|
72869
|
-
"defaultMessage": "These will be
|
|
72899
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
72870
72900
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
72871
72901
|
},
|
|
72872
72902
|
],
|
|
@@ -73149,7 +73179,7 @@ new message content.",
|
|
|
73149
73179
|
],
|
|
73150
73180
|
Array [
|
|
73151
73181
|
Object {
|
|
73152
|
-
"defaultMessage": "These will be
|
|
73182
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
73153
73183
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
73154
73184
|
},
|
|
73155
73185
|
],
|
|
@@ -73432,7 +73462,7 @@ new message content.",
|
|
|
73432
73462
|
],
|
|
73433
73463
|
Array [
|
|
73434
73464
|
Object {
|
|
73435
|
-
"defaultMessage": "These will be
|
|
73465
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
73436
73466
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
73437
73467
|
},
|
|
73438
73468
|
],
|
|
@@ -80113,12 +80143,15 @@ new message content.",
|
|
|
80113
80143
|
inline={false}
|
|
80114
80144
|
size="large"
|
|
80115
80145
|
suffix={
|
|
80116
|
-
<
|
|
80117
|
-
|
|
80118
|
-
|
|
80119
|
-
|
|
80120
|
-
|
|
80121
|
-
|
|
80146
|
+
<React.Fragment>
|
|
80147
|
+
<CapButton
|
|
80148
|
+
data-testid="suffix-button"
|
|
80149
|
+
disabled={false}
|
|
80150
|
+
isAddBtn={true}
|
|
80151
|
+
onClick={[Function]}
|
|
80152
|
+
type="flat"
|
|
80153
|
+
/>
|
|
80154
|
+
</React.Fragment>
|
|
80122
80155
|
}
|
|
80123
80156
|
title={
|
|
80124
80157
|
<CapHeading
|
|
@@ -80865,6 +80898,7 @@ new message content.",
|
|
|
80865
80898
|
</CapHeading>
|
|
80866
80899
|
</div>
|
|
80867
80900
|
<CapButton
|
|
80901
|
+
data-testid="suffix-button"
|
|
80868
80902
|
disabled={false}
|
|
80869
80903
|
isAddBtn={true}
|
|
80870
80904
|
onClick={[Function]}
|
|
@@ -80873,6 +80907,7 @@ new message content.",
|
|
|
80873
80907
|
<Button
|
|
80874
80908
|
block={false}
|
|
80875
80909
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
80910
|
+
data-testid="suffix-button"
|
|
80876
80911
|
disabled={false}
|
|
80877
80912
|
ghost={false}
|
|
80878
80913
|
htmlType="button"
|
|
@@ -80883,6 +80918,7 @@ new message content.",
|
|
|
80883
80918
|
<Wave>
|
|
80884
80919
|
<button
|
|
80885
80920
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
80921
|
+
data-testid="suffix-button"
|
|
80886
80922
|
disabled={false}
|
|
80887
80923
|
onClick={[Function]}
|
|
80888
80924
|
type="button"
|
|
@@ -84974,7 +85010,7 @@ new message content.",
|
|
|
84974
85010
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
84975
85011
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
84976
85012
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
84977
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
85013
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
84978
85014
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
84979
85015
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
84980
85016
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -88003,7 +88039,7 @@ new message content.",
|
|
|
88003
88039
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
88004
88040
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
88005
88041
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
88006
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
88042
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
88007
88043
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
88008
88044
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
88009
88045
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -88596,7 +88632,7 @@ new message content.",
|
|
|
88596
88632
|
],
|
|
88597
88633
|
Array [
|
|
88598
88634
|
Object {
|
|
88599
|
-
"defaultMessage": "These will be
|
|
88635
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
88600
88636
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
88601
88637
|
},
|
|
88602
88638
|
],
|
|
@@ -88835,7 +88871,7 @@ new message content.",
|
|
|
88835
88871
|
],
|
|
88836
88872
|
Array [
|
|
88837
88873
|
Object {
|
|
88838
|
-
"defaultMessage": "These will be
|
|
88874
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
88839
88875
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
88840
88876
|
},
|
|
88841
88877
|
],
|
|
@@ -89118,7 +89154,7 @@ new message content.",
|
|
|
89118
89154
|
],
|
|
89119
89155
|
Array [
|
|
89120
89156
|
Object {
|
|
89121
|
-
"defaultMessage": "These will be
|
|
89157
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
89122
89158
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
89123
89159
|
},
|
|
89124
89160
|
],
|
|
@@ -89401,7 +89437,7 @@ new message content.",
|
|
|
89401
89437
|
],
|
|
89402
89438
|
Array [
|
|
89403
89439
|
Object {
|
|
89404
|
-
"defaultMessage": "These will be
|
|
89440
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
89405
89441
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
89406
89442
|
},
|
|
89407
89443
|
],
|
|
@@ -89684,7 +89720,7 @@ new message content.",
|
|
|
89684
89720
|
],
|
|
89685
89721
|
Array [
|
|
89686
89722
|
Object {
|
|
89687
|
-
"defaultMessage": "These will be
|
|
89723
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
89688
89724
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
89689
89725
|
},
|
|
89690
89726
|
],
|
|
@@ -89967,7 +90003,7 @@ new message content.",
|
|
|
89967
90003
|
],
|
|
89968
90004
|
Array [
|
|
89969
90005
|
Object {
|
|
89970
|
-
"defaultMessage": "These will be
|
|
90006
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
89971
90007
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
89972
90008
|
},
|
|
89973
90009
|
],
|
|
@@ -90250,7 +90286,7 @@ new message content.",
|
|
|
90250
90286
|
],
|
|
90251
90287
|
Array [
|
|
90252
90288
|
Object {
|
|
90253
|
-
"defaultMessage": "These will be
|
|
90289
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
90254
90290
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
90255
90291
|
},
|
|
90256
90292
|
],
|
|
@@ -97275,12 +97311,15 @@ new message content.",
|
|
|
97275
97311
|
inline={false}
|
|
97276
97312
|
size="large"
|
|
97277
97313
|
suffix={
|
|
97278
|
-
<
|
|
97279
|
-
|
|
97280
|
-
|
|
97281
|
-
|
|
97282
|
-
|
|
97283
|
-
|
|
97314
|
+
<React.Fragment>
|
|
97315
|
+
<CapButton
|
|
97316
|
+
data-testid="suffix-button"
|
|
97317
|
+
disabled={false}
|
|
97318
|
+
isAddBtn={true}
|
|
97319
|
+
onClick={[Function]}
|
|
97320
|
+
type="flat"
|
|
97321
|
+
/>
|
|
97322
|
+
</React.Fragment>
|
|
97284
97323
|
}
|
|
97285
97324
|
title={
|
|
97286
97325
|
<CapHeading
|
|
@@ -98027,6 +98066,7 @@ new message content.",
|
|
|
98027
98066
|
</CapHeading>
|
|
98028
98067
|
</div>
|
|
98029
98068
|
<CapButton
|
|
98069
|
+
data-testid="suffix-button"
|
|
98030
98070
|
disabled={false}
|
|
98031
98071
|
isAddBtn={true}
|
|
98032
98072
|
onClick={[Function]}
|
|
@@ -98035,6 +98075,7 @@ new message content.",
|
|
|
98035
98075
|
<Button
|
|
98036
98076
|
block={false}
|
|
98037
98077
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
98078
|
+
data-testid="suffix-button"
|
|
98038
98079
|
disabled={false}
|
|
98039
98080
|
ghost={false}
|
|
98040
98081
|
htmlType="button"
|
|
@@ -98045,6 +98086,7 @@ new message content.",
|
|
|
98045
98086
|
<Wave>
|
|
98046
98087
|
<button
|
|
98047
98088
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
98089
|
+
data-testid="suffix-button"
|
|
98048
98090
|
disabled={false}
|
|
98049
98091
|
onClick={[Function]}
|
|
98050
98092
|
type="button"
|
|
@@ -102136,7 +102178,7 @@ new message content.",
|
|
|
102136
102178
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
102137
102179
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
102138
102180
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
102139
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
102181
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
102140
102182
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
102141
102183
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
102142
102184
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -105167,7 +105209,7 @@ new message content.",
|
|
|
105167
105209
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
105168
105210
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
105169
105211
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
105170
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
105212
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
105171
105213
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
105172
105214
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
105173
105215
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -105749,7 +105791,7 @@ new message content.",
|
|
|
105749
105791
|
],
|
|
105750
105792
|
Array [
|
|
105751
105793
|
Object {
|
|
105752
|
-
"defaultMessage": "These will be
|
|
105794
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
105753
105795
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
105754
105796
|
},
|
|
105755
105797
|
],
|
|
@@ -105988,7 +106030,7 @@ new message content.",
|
|
|
105988
106030
|
],
|
|
105989
106031
|
Array [
|
|
105990
106032
|
Object {
|
|
105991
|
-
"defaultMessage": "These will be
|
|
106033
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
105992
106034
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
105993
106035
|
},
|
|
105994
106036
|
],
|
|
@@ -106271,7 +106313,7 @@ new message content.",
|
|
|
106271
106313
|
],
|
|
106272
106314
|
Array [
|
|
106273
106315
|
Object {
|
|
106274
|
-
"defaultMessage": "These will be
|
|
106316
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
106275
106317
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
106276
106318
|
},
|
|
106277
106319
|
],
|
|
@@ -106554,7 +106596,7 @@ new message content.",
|
|
|
106554
106596
|
],
|
|
106555
106597
|
Array [
|
|
106556
106598
|
Object {
|
|
106557
|
-
"defaultMessage": "These will be
|
|
106599
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
106558
106600
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
106559
106601
|
},
|
|
106560
106602
|
],
|
|
@@ -106837,7 +106879,7 @@ new message content.",
|
|
|
106837
106879
|
],
|
|
106838
106880
|
Array [
|
|
106839
106881
|
Object {
|
|
106840
|
-
"defaultMessage": "These will be
|
|
106882
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
106841
106883
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
106842
106884
|
},
|
|
106843
106885
|
],
|
|
@@ -107120,7 +107162,7 @@ new message content.",
|
|
|
107120
107162
|
],
|
|
107121
107163
|
Array [
|
|
107122
107164
|
Object {
|
|
107123
|
-
"defaultMessage": "These will be
|
|
107165
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
107124
107166
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
107125
107167
|
},
|
|
107126
107168
|
],
|
|
@@ -107403,7 +107445,7 @@ new message content.",
|
|
|
107403
107445
|
],
|
|
107404
107446
|
Array [
|
|
107405
107447
|
Object {
|
|
107406
|
-
"defaultMessage": "These will be
|
|
107448
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
107407
107449
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
107408
107450
|
},
|
|
107409
107451
|
],
|
|
@@ -107686,7 +107728,7 @@ new message content.",
|
|
|
107686
107728
|
],
|
|
107687
107729
|
Array [
|
|
107688
107730
|
Object {
|
|
107689
|
-
"defaultMessage": "These will be
|
|
107731
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
107690
107732
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
107691
107733
|
},
|
|
107692
107734
|
],
|
|
@@ -114883,12 +114925,15 @@ new message content.",
|
|
|
114883
114925
|
inline={false}
|
|
114884
114926
|
size="large"
|
|
114885
114927
|
suffix={
|
|
114886
|
-
<
|
|
114887
|
-
|
|
114888
|
-
|
|
114889
|
-
|
|
114890
|
-
|
|
114891
|
-
|
|
114928
|
+
<React.Fragment>
|
|
114929
|
+
<CapButton
|
|
114930
|
+
data-testid="suffix-button"
|
|
114931
|
+
disabled={false}
|
|
114932
|
+
isAddBtn={true}
|
|
114933
|
+
onClick={[Function]}
|
|
114934
|
+
type="flat"
|
|
114935
|
+
/>
|
|
114936
|
+
</React.Fragment>
|
|
114892
114937
|
}
|
|
114893
114938
|
title={
|
|
114894
114939
|
<CapHeading
|
|
@@ -115635,6 +115680,7 @@ new message content.",
|
|
|
115635
115680
|
</CapHeading>
|
|
115636
115681
|
</div>
|
|
115637
115682
|
<CapButton
|
|
115683
|
+
data-testid="suffix-button"
|
|
115638
115684
|
disabled={false}
|
|
115639
115685
|
isAddBtn={true}
|
|
115640
115686
|
onClick={[Function]}
|
|
@@ -115643,6 +115689,7 @@ new message content.",
|
|
|
115643
115689
|
<Button
|
|
115644
115690
|
block={false}
|
|
115645
115691
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
115692
|
+
data-testid="suffix-button"
|
|
115646
115693
|
disabled={false}
|
|
115647
115694
|
ghost={false}
|
|
115648
115695
|
htmlType="button"
|
|
@@ -115653,6 +115700,7 @@ new message content.",
|
|
|
115653
115700
|
<Wave>
|
|
115654
115701
|
<button
|
|
115655
115702
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
115703
|
+
data-testid="suffix-button"
|
|
115656
115704
|
disabled={false}
|
|
115657
115705
|
onClick={[Function]}
|
|
115658
115706
|
type="button"
|
|
@@ -119744,7 +119792,7 @@ new message content.",
|
|
|
119744
119792
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
119745
119793
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
119746
119794
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
119747
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
119795
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
119748
119796
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
119749
119797
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
119750
119798
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -122773,7 +122821,7 @@ new message content.",
|
|
|
122773
122821
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
122774
122822
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
122775
122823
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
122776
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
122824
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
122777
122825
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
122778
122826
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
122779
122827
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -123454,7 +123502,7 @@ Click {{3}} to unsubscribe'",
|
|
|
123454
123502
|
],
|
|
123455
123503
|
Array [
|
|
123456
123504
|
Object {
|
|
123457
|
-
"defaultMessage": "These will be
|
|
123505
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
123458
123506
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
123459
123507
|
},
|
|
123460
123508
|
],
|
|
@@ -123705,7 +123753,7 @@ Click {{3}} to unsubscribe'",
|
|
|
123705
123753
|
],
|
|
123706
123754
|
Array [
|
|
123707
123755
|
Object {
|
|
123708
|
-
"defaultMessage": "These will be
|
|
123756
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
123709
123757
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
123710
123758
|
},
|
|
123711
123759
|
],
|
|
@@ -123971,7 +124019,7 @@ Click {{3}} to unsubscribe'",
|
|
|
123971
124019
|
],
|
|
123972
124020
|
Array [
|
|
123973
124021
|
Object {
|
|
123974
|
-
"defaultMessage": "These will be
|
|
124022
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
123975
124023
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
123976
124024
|
},
|
|
123977
124025
|
],
|
|
@@ -128322,7 +128370,7 @@ new message content.",
|
|
|
128322
128370
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
128323
128371
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
128324
128372
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
128325
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
128373
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
128326
128374
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
128327
128375
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
128328
128376
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -131616,7 +131664,7 @@ new message content.",
|
|
|
131616
131664
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
131617
131665
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
131618
131666
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
131619
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
131667
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
131620
131668
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
131621
131669
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
131622
131670
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -134196,7 +134244,7 @@ new message content.",
|
|
|
134196
134244
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
134197
134245
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
134198
134246
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
134199
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
134247
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
134200
134248
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
134201
134249
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
134202
134250
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -134878,7 +134926,7 @@ T&C'",
|
|
|
134878
134926
|
],
|
|
134879
134927
|
Array [
|
|
134880
134928
|
Object {
|
|
134881
|
-
"defaultMessage": "These will be
|
|
134929
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
134882
134930
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
134883
134931
|
},
|
|
134884
134932
|
],
|
|
@@ -135129,7 +135177,7 @@ T&C'",
|
|
|
135129
135177
|
],
|
|
135130
135178
|
Array [
|
|
135131
135179
|
Object {
|
|
135132
|
-
"defaultMessage": "These will be
|
|
135180
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
135133
135181
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
135134
135182
|
},
|
|
135135
135183
|
],
|
|
@@ -135395,7 +135443,7 @@ T&C'",
|
|
|
135395
135443
|
],
|
|
135396
135444
|
Array [
|
|
135397
135445
|
Object {
|
|
135398
|
-
"defaultMessage": "These will be
|
|
135446
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
135399
135447
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
135400
135448
|
},
|
|
135401
135449
|
],
|
|
@@ -135699,7 +135747,7 @@ T&C'",
|
|
|
135699
135747
|
],
|
|
135700
135748
|
Array [
|
|
135701
135749
|
Object {
|
|
135702
|
-
"defaultMessage": "These will be
|
|
135750
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
135703
135751
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
135704
135752
|
},
|
|
135705
135753
|
],
|
|
@@ -135950,7 +135998,7 @@ T&C'",
|
|
|
135950
135998
|
],
|
|
135951
135999
|
Array [
|
|
135952
136000
|
Object {
|
|
135953
|
-
"defaultMessage": "These will be
|
|
136001
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
135954
136002
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
135955
136003
|
},
|
|
135956
136004
|
],
|
|
@@ -136219,7 +136267,7 @@ T&C'",
|
|
|
136219
136267
|
],
|
|
136220
136268
|
Array [
|
|
136221
136269
|
Object {
|
|
136222
|
-
"defaultMessage": "These will be
|
|
136270
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
136223
136271
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
136224
136272
|
},
|
|
136225
136273
|
],
|
|
@@ -141075,7 +141123,7 @@ new message content.",
|
|
|
141075
141123
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
141076
141124
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
141077
141125
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
141078
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
141126
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
141079
141127
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
141080
141128
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
141081
141129
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -143491,7 +143539,7 @@ new message content.",
|
|
|
143491
143539
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
143492
143540
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
143493
143541
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
143494
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
143542
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
143495
143543
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
143496
143544
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
143497
143545
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -144189,7 +144237,7 @@ new message content.",
|
|
|
144189
144237
|
],
|
|
144190
144238
|
Array [
|
|
144191
144239
|
Object {
|
|
144192
|
-
"defaultMessage": "These will be
|
|
144240
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
144193
144241
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
144194
144242
|
},
|
|
144195
144243
|
],
|
|
@@ -144440,7 +144488,7 @@ new message content.",
|
|
|
144440
144488
|
],
|
|
144441
144489
|
Array [
|
|
144442
144490
|
Object {
|
|
144443
|
-
"defaultMessage": "These will be
|
|
144491
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
144444
144492
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
144445
144493
|
},
|
|
144446
144494
|
],
|
|
@@ -144706,7 +144754,7 @@ new message content.",
|
|
|
144706
144754
|
],
|
|
144707
144755
|
Array [
|
|
144708
144756
|
Object {
|
|
144709
|
-
"defaultMessage": "These will be
|
|
144757
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
144710
144758
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
144711
144759
|
},
|
|
144712
144760
|
],
|
|
@@ -145010,7 +145058,7 @@ new message content.",
|
|
|
145010
145058
|
],
|
|
145011
145059
|
Array [
|
|
145012
145060
|
Object {
|
|
145013
|
-
"defaultMessage": "These will be
|
|
145061
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
145014
145062
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
145015
145063
|
},
|
|
145016
145064
|
],
|
|
@@ -145261,7 +145309,7 @@ new message content.",
|
|
|
145261
145309
|
],
|
|
145262
145310
|
Array [
|
|
145263
145311
|
Object {
|
|
145264
|
-
"defaultMessage": "These will be
|
|
145312
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
145265
145313
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
145266
145314
|
},
|
|
145267
145315
|
],
|
|
@@ -145530,7 +145578,7 @@ new message content.",
|
|
|
145530
145578
|
],
|
|
145531
145579
|
Array [
|
|
145532
145580
|
Object {
|
|
145533
|
-
"defaultMessage": "These will be
|
|
145581
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
145534
145582
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
145535
145583
|
},
|
|
145536
145584
|
],
|
|
@@ -145837,7 +145885,7 @@ new message content.",
|
|
|
145837
145885
|
],
|
|
145838
145886
|
Array [
|
|
145839
145887
|
Object {
|
|
145840
|
-
"defaultMessage": "These will be
|
|
145888
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
145841
145889
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
145842
145890
|
},
|
|
145843
145891
|
],
|
|
@@ -146088,7 +146136,7 @@ new message content.",
|
|
|
146088
146136
|
],
|
|
146089
146137
|
Array [
|
|
146090
146138
|
Object {
|
|
146091
|
-
"defaultMessage": "These will be
|
|
146139
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
146092
146140
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
146093
146141
|
},
|
|
146094
146142
|
],
|
|
@@ -146339,7 +146387,7 @@ new message content.",
|
|
|
146339
146387
|
],
|
|
146340
146388
|
Array [
|
|
146341
146389
|
Object {
|
|
146342
|
-
"defaultMessage": "These will be
|
|
146390
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
146343
146391
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
146344
146392
|
},
|
|
146345
146393
|
],
|
|
@@ -151395,7 +151443,7 @@ new message content.",
|
|
|
151395
151443
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
151396
151444
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
151397
151445
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
151398
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
151446
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
151399
151447
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
151400
151448
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
151401
151449
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -153810,7 +153858,7 @@ new message content.",
|
|
|
153810
153858
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
153811
153859
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
153812
153860
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
153813
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
153861
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
153814
153862
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
153815
153863
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
153816
153864
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -154548,7 +154596,7 @@ Click {{3}} to unsubscribe'",
|
|
|
154548
154596
|
],
|
|
154549
154597
|
Array [
|
|
154550
154598
|
Object {
|
|
154551
|
-
"defaultMessage": "These will be
|
|
154599
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
154552
154600
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
154553
154601
|
},
|
|
154554
154602
|
],
|
|
@@ -154799,7 +154847,7 @@ Click {{3}} to unsubscribe'",
|
|
|
154799
154847
|
],
|
|
154800
154848
|
Array [
|
|
154801
154849
|
Object {
|
|
154802
|
-
"defaultMessage": "These will be
|
|
154850
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
154803
154851
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
154804
154852
|
},
|
|
154805
154853
|
],
|
|
@@ -155065,7 +155113,7 @@ Click {{3}} to unsubscribe'",
|
|
|
155065
155113
|
],
|
|
155066
155114
|
Array [
|
|
155067
155115
|
Object {
|
|
155068
|
-
"defaultMessage": "These will be
|
|
155116
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
155069
155117
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
155070
155118
|
},
|
|
155071
155119
|
],
|
|
@@ -155369,7 +155417,7 @@ Click {{3}} to unsubscribe'",
|
|
|
155369
155417
|
],
|
|
155370
155418
|
Array [
|
|
155371
155419
|
Object {
|
|
155372
|
-
"defaultMessage": "These will be
|
|
155420
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
155373
155421
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
155374
155422
|
},
|
|
155375
155423
|
],
|
|
@@ -155620,7 +155668,7 @@ Click {{3}} to unsubscribe'",
|
|
|
155620
155668
|
],
|
|
155621
155669
|
Array [
|
|
155622
155670
|
Object {
|
|
155623
|
-
"defaultMessage": "These will be
|
|
155671
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
155624
155672
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
155625
155673
|
},
|
|
155626
155674
|
],
|
|
@@ -155889,7 +155937,7 @@ Click {{3}} to unsubscribe'",
|
|
|
155889
155937
|
],
|
|
155890
155938
|
Array [
|
|
155891
155939
|
Object {
|
|
155892
|
-
"defaultMessage": "These will be
|
|
155940
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
155893
155941
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
155894
155942
|
},
|
|
155895
155943
|
],
|
|
@@ -156196,7 +156244,7 @@ Click {{3}} to unsubscribe'",
|
|
|
156196
156244
|
],
|
|
156197
156245
|
Array [
|
|
156198
156246
|
Object {
|
|
156199
|
-
"defaultMessage": "These will be
|
|
156247
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
156200
156248
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
156201
156249
|
},
|
|
156202
156250
|
],
|
|
@@ -156447,7 +156495,7 @@ Click {{3}} to unsubscribe'",
|
|
|
156447
156495
|
],
|
|
156448
156496
|
Array [
|
|
156449
156497
|
Object {
|
|
156450
|
-
"defaultMessage": "These will be
|
|
156498
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
156451
156499
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
156452
156500
|
},
|
|
156453
156501
|
],
|
|
@@ -156698,7 +156746,7 @@ Click {{3}} to unsubscribe'",
|
|
|
156698
156746
|
],
|
|
156699
156747
|
Array [
|
|
156700
156748
|
Object {
|
|
156701
|
-
"defaultMessage": "These will be
|
|
156749
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
156702
156750
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
156703
156751
|
},
|
|
156704
156752
|
],
|
|
@@ -156987,7 +157035,7 @@ Click {{3}} to unsubscribe'",
|
|
|
156987
157035
|
],
|
|
156988
157036
|
Array [
|
|
156989
157037
|
Object {
|
|
156990
|
-
"defaultMessage": "These will be
|
|
157038
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
156991
157039
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
156992
157040
|
},
|
|
156993
157041
|
],
|
|
@@ -157238,7 +157286,7 @@ Click {{3}} to unsubscribe'",
|
|
|
157238
157286
|
],
|
|
157239
157287
|
Array [
|
|
157240
157288
|
Object {
|
|
157241
|
-
"defaultMessage": "These will be
|
|
157289
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
157242
157290
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
157243
157291
|
},
|
|
157244
157292
|
],
|
|
@@ -157504,7 +157552,7 @@ Click {{3}} to unsubscribe'",
|
|
|
157504
157552
|
],
|
|
157505
157553
|
Array [
|
|
157506
157554
|
Object {
|
|
157507
|
-
"defaultMessage": "These will be
|
|
157555
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
157508
157556
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
157509
157557
|
},
|
|
157510
157558
|
],
|
|
@@ -157770,7 +157818,7 @@ Click {{3}} to unsubscribe'",
|
|
|
157770
157818
|
],
|
|
157771
157819
|
Array [
|
|
157772
157820
|
Object {
|
|
157773
|
-
"defaultMessage": "These will be
|
|
157821
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
157774
157822
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
157775
157823
|
},
|
|
157776
157824
|
],
|
|
@@ -163781,7 +163829,7 @@ new message content.",
|
|
|
163781
163829
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
163782
163830
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
163783
163831
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
163784
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
163832
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
163785
163833
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
163786
163834
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
163787
163835
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -167075,7 +167123,7 @@ new message content.",
|
|
|
167075
167123
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
167076
167124
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
167077
167125
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
167078
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
167126
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
167079
167127
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
167080
167128
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
167081
167129
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -169655,7 +169703,7 @@ new message content.",
|
|
|
169655
169703
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
169656
169704
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
169657
169705
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
169658
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
169706
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
169659
169707
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
169660
169708
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
169661
169709
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -170346,7 +170394,7 @@ new message content.",
|
|
|
170346
170394
|
],
|
|
170347
170395
|
Array [
|
|
170348
170396
|
Object {
|
|
170349
|
-
"defaultMessage": "These will be
|
|
170397
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
170350
170398
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
170351
170399
|
},
|
|
170352
170400
|
],
|
|
@@ -170597,7 +170645,7 @@ new message content.",
|
|
|
170597
170645
|
],
|
|
170598
170646
|
Array [
|
|
170599
170647
|
Object {
|
|
170600
|
-
"defaultMessage": "These will be
|
|
170648
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
170601
170649
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
170602
170650
|
},
|
|
170603
170651
|
],
|
|
@@ -170863,7 +170911,7 @@ new message content.",
|
|
|
170863
170911
|
],
|
|
170864
170912
|
Array [
|
|
170865
170913
|
Object {
|
|
170866
|
-
"defaultMessage": "These will be
|
|
170914
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
170867
170915
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
170868
170916
|
},
|
|
170869
170917
|
],
|
|
@@ -171167,7 +171215,7 @@ new message content.",
|
|
|
171167
171215
|
],
|
|
171168
171216
|
Array [
|
|
171169
171217
|
Object {
|
|
171170
|
-
"defaultMessage": "These will be
|
|
171218
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
171171
171219
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
171172
171220
|
},
|
|
171173
171221
|
],
|
|
@@ -171418,7 +171466,7 @@ new message content.",
|
|
|
171418
171466
|
],
|
|
171419
171467
|
Array [
|
|
171420
171468
|
Object {
|
|
171421
|
-
"defaultMessage": "These will be
|
|
171469
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
171422
171470
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
171423
171471
|
},
|
|
171424
171472
|
],
|
|
@@ -171687,7 +171735,7 @@ new message content.",
|
|
|
171687
171735
|
],
|
|
171688
171736
|
Array [
|
|
171689
171737
|
Object {
|
|
171690
|
-
"defaultMessage": "These will be
|
|
171738
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
171691
171739
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
171692
171740
|
},
|
|
171693
171741
|
],
|
|
@@ -171994,7 +172042,7 @@ new message content.",
|
|
|
171994
172042
|
],
|
|
171995
172043
|
Array [
|
|
171996
172044
|
Object {
|
|
171997
|
-
"defaultMessage": "These will be
|
|
172045
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
171998
172046
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
171999
172047
|
},
|
|
172000
172048
|
],
|
|
@@ -172245,7 +172293,7 @@ new message content.",
|
|
|
172245
172293
|
],
|
|
172246
172294
|
Array [
|
|
172247
172295
|
Object {
|
|
172248
|
-
"defaultMessage": "These will be
|
|
172296
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
172249
172297
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
172250
172298
|
},
|
|
172251
172299
|
],
|
|
@@ -172496,7 +172544,7 @@ new message content.",
|
|
|
172496
172544
|
],
|
|
172497
172545
|
Array [
|
|
172498
172546
|
Object {
|
|
172499
|
-
"defaultMessage": "These will be
|
|
172547
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
172500
172548
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
172501
172549
|
},
|
|
172502
172550
|
],
|
|
@@ -172785,7 +172833,7 @@ new message content.",
|
|
|
172785
172833
|
],
|
|
172786
172834
|
Array [
|
|
172787
172835
|
Object {
|
|
172788
|
-
"defaultMessage": "These will be
|
|
172836
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
172789
172837
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
172790
172838
|
},
|
|
172791
172839
|
],
|
|
@@ -173036,7 +173084,7 @@ new message content.",
|
|
|
173036
173084
|
],
|
|
173037
173085
|
Array [
|
|
173038
173086
|
Object {
|
|
173039
|
-
"defaultMessage": "These will be
|
|
173087
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
173040
173088
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
173041
173089
|
},
|
|
173042
173090
|
],
|
|
@@ -173302,7 +173350,7 @@ new message content.",
|
|
|
173302
173350
|
],
|
|
173303
173351
|
Array [
|
|
173304
173352
|
Object {
|
|
173305
|
-
"defaultMessage": "These will be
|
|
173353
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
173306
173354
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
173307
173355
|
},
|
|
173308
173356
|
],
|
|
@@ -173568,7 +173616,7 @@ new message content.",
|
|
|
173568
173616
|
],
|
|
173569
173617
|
Array [
|
|
173570
173618
|
Object {
|
|
173571
|
-
"defaultMessage": "These will be
|
|
173619
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
173572
173620
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
173573
173621
|
},
|
|
173574
173622
|
],
|
|
@@ -173872,7 +173920,7 @@ new message content.",
|
|
|
173872
173920
|
],
|
|
173873
173921
|
Array [
|
|
173874
173922
|
Object {
|
|
173875
|
-
"defaultMessage": "These will be
|
|
173923
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
173876
173924
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
173877
173925
|
},
|
|
173878
173926
|
],
|
|
@@ -174123,7 +174171,7 @@ new message content.",
|
|
|
174123
174171
|
],
|
|
174124
174172
|
Array [
|
|
174125
174173
|
Object {
|
|
174126
|
-
"defaultMessage": "These will be
|
|
174174
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
174127
174175
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
174128
174176
|
},
|
|
174129
174177
|
],
|
|
@@ -174380,7 +174428,7 @@ new message content.",
|
|
|
174380
174428
|
],
|
|
174381
174429
|
Array [
|
|
174382
174430
|
Object {
|
|
174383
|
-
"defaultMessage": "These will be
|
|
174431
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
174384
174432
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
174385
174433
|
},
|
|
174386
174434
|
],
|
|
@@ -174637,7 +174685,7 @@ new message content.",
|
|
|
174637
174685
|
],
|
|
174638
174686
|
Array [
|
|
174639
174687
|
Object {
|
|
174640
|
-
"defaultMessage": "These will be
|
|
174688
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
174641
174689
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
174642
174690
|
},
|
|
174643
174691
|
],
|
|
@@ -181204,7 +181252,7 @@ new message content.",
|
|
|
181204
181252
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
181205
181253
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
181206
181254
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
181207
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
181255
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
181208
181256
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
181209
181257
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
181210
181258
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -184496,7 +184544,7 @@ new message content.",
|
|
|
184496
184544
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
184497
184545
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
184498
184546
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
184499
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
184547
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
184500
184548
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
184501
184549
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
184502
184550
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -187662,7 +187710,7 @@ new message content.",
|
|
|
187662
187710
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
187663
187711
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
187664
187712
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
187665
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
187713
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
187666
187714
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
187667
187715
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
187668
187716
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -188272,7 +188320,7 @@ new message content.",
|
|
|
188272
188320
|
],
|
|
188273
188321
|
Array [
|
|
188274
188322
|
Object {
|
|
188275
|
-
"defaultMessage": "These will be
|
|
188323
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
188276
188324
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
188277
188325
|
},
|
|
188278
188326
|
],
|
|
@@ -188523,7 +188571,7 @@ new message content.",
|
|
|
188523
188571
|
],
|
|
188524
188572
|
Array [
|
|
188525
188573
|
Object {
|
|
188526
|
-
"defaultMessage": "These will be
|
|
188574
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
188527
188575
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
188528
188576
|
},
|
|
188529
188577
|
],
|
|
@@ -188774,7 +188822,7 @@ new message content.",
|
|
|
188774
188822
|
],
|
|
188775
188823
|
Array [
|
|
188776
188824
|
Object {
|
|
188777
|
-
"defaultMessage": "These will be
|
|
188825
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
188778
188826
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
188779
188827
|
},
|
|
188780
188828
|
],
|
|
@@ -189037,7 +189085,7 @@ new message content.",
|
|
|
189037
189085
|
],
|
|
189038
189086
|
Array [
|
|
189039
189087
|
Object {
|
|
189040
|
-
"defaultMessage": "These will be
|
|
189088
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
189041
189089
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
189042
189090
|
},
|
|
189043
189091
|
],
|
|
@@ -193433,7 +193481,7 @@ new message content.",
|
|
|
193433
193481
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
193434
193482
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
193435
193483
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
193436
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
193484
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
193437
193485
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
193438
193486
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
193439
193487
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -196550,7 +196598,7 @@ new message content.",
|
|
|
196550
196598
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
196551
196599
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
196552
196600
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
196553
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
196601
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
196554
196602
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
196555
196603
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
196556
196604
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -199646,7 +199694,7 @@ new message content.",
|
|
|
199646
199694
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
199647
199695
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
199648
199696
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
199649
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
199697
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
199650
199698
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
199651
199699
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
199652
199700
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -200239,7 +200287,7 @@ new message content.",
|
|
|
200239
200287
|
],
|
|
200240
200288
|
Array [
|
|
200241
200289
|
Object {
|
|
200242
|
-
"defaultMessage": "These will be
|
|
200290
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
200243
200291
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
200244
200292
|
},
|
|
200245
200293
|
],
|
|
@@ -200478,7 +200526,7 @@ new message content.",
|
|
|
200478
200526
|
],
|
|
200479
200527
|
Array [
|
|
200480
200528
|
Object {
|
|
200481
|
-
"defaultMessage": "These will be
|
|
200529
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
200482
200530
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
200483
200531
|
},
|
|
200484
200532
|
],
|
|
@@ -200717,7 +200765,7 @@ new message content.",
|
|
|
200717
200765
|
],
|
|
200718
200766
|
Array [
|
|
200719
200767
|
Object {
|
|
200720
|
-
"defaultMessage": "These will be
|
|
200768
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
200721
200769
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
200722
200770
|
},
|
|
200723
200771
|
],
|
|
@@ -200956,7 +201004,7 @@ new message content.",
|
|
|
200956
201004
|
],
|
|
200957
201005
|
Array [
|
|
200958
201006
|
Object {
|
|
200959
|
-
"defaultMessage": "These will be
|
|
201007
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
200960
201008
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
200961
201009
|
},
|
|
200962
201010
|
],
|
|
@@ -206595,12 +206643,15 @@ new message content.",
|
|
|
206595
206643
|
inline={false}
|
|
206596
206644
|
size="large"
|
|
206597
206645
|
suffix={
|
|
206598
|
-
<
|
|
206599
|
-
|
|
206600
|
-
|
|
206601
|
-
|
|
206602
|
-
|
|
206603
|
-
|
|
206646
|
+
<React.Fragment>
|
|
206647
|
+
<CapButton
|
|
206648
|
+
data-testid="suffix-button"
|
|
206649
|
+
disabled={false}
|
|
206650
|
+
isAddBtn={true}
|
|
206651
|
+
onClick={[Function]}
|
|
206652
|
+
type="flat"
|
|
206653
|
+
/>
|
|
206654
|
+
</React.Fragment>
|
|
206604
206655
|
}
|
|
206605
206656
|
title={
|
|
206606
206657
|
<CapHeading
|
|
@@ -207347,6 +207398,7 @@ new message content.",
|
|
|
207347
207398
|
</CapHeading>
|
|
207348
207399
|
</div>
|
|
207349
207400
|
<CapButton
|
|
207401
|
+
data-testid="suffix-button"
|
|
207350
207402
|
disabled={false}
|
|
207351
207403
|
isAddBtn={true}
|
|
207352
207404
|
onClick={[Function]}
|
|
@@ -207355,6 +207407,7 @@ new message content.",
|
|
|
207355
207407
|
<Button
|
|
207356
207408
|
block={false}
|
|
207357
207409
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
207410
|
+
data-testid="suffix-button"
|
|
207358
207411
|
disabled={false}
|
|
207359
207412
|
ghost={false}
|
|
207360
207413
|
htmlType="button"
|
|
@@ -207365,6 +207418,7 @@ new message content.",
|
|
|
207365
207418
|
<Wave>
|
|
207366
207419
|
<button
|
|
207367
207420
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
207421
|
+
data-testid="suffix-button"
|
|
207368
207422
|
disabled={false}
|
|
207369
207423
|
onClick={[Function]}
|
|
207370
207424
|
type="button"
|
|
@@ -210590,7 +210644,7 @@ new message content.",
|
|
|
210590
210644
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
210591
210645
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
210592
210646
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
210593
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
210647
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
210594
210648
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
210595
210649
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
210596
210650
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -213621,7 +213675,7 @@ new message content.",
|
|
|
213621
213675
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
213622
213676
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
213623
213677
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
213624
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
213678
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
213625
213679
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
213626
213680
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
213627
213681
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -214214,7 +214268,7 @@ new message content.",
|
|
|
214214
214268
|
],
|
|
214215
214269
|
Array [
|
|
214216
214270
|
Object {
|
|
214217
|
-
"defaultMessage": "These will be
|
|
214271
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
214218
214272
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
214219
214273
|
},
|
|
214220
214274
|
],
|
|
@@ -214453,7 +214507,7 @@ new message content.",
|
|
|
214453
214507
|
],
|
|
214454
214508
|
Array [
|
|
214455
214509
|
Object {
|
|
214456
|
-
"defaultMessage": "These will be
|
|
214510
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
214457
214511
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
214458
214512
|
},
|
|
214459
214513
|
],
|
|
@@ -214692,7 +214746,7 @@ new message content.",
|
|
|
214692
214746
|
],
|
|
214693
214747
|
Array [
|
|
214694
214748
|
Object {
|
|
214695
|
-
"defaultMessage": "These will be
|
|
214749
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
214696
214750
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
214697
214751
|
},
|
|
214698
214752
|
],
|
|
@@ -214931,7 +214985,7 @@ new message content.",
|
|
|
214931
214985
|
],
|
|
214932
214986
|
Array [
|
|
214933
214987
|
Object {
|
|
214934
|
-
"defaultMessage": "These will be
|
|
214988
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
214935
214989
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
214936
214990
|
},
|
|
214937
214991
|
],
|
|
@@ -215214,7 +215268,7 @@ new message content.",
|
|
|
215214
215268
|
],
|
|
215215
215269
|
Array [
|
|
215216
215270
|
Object {
|
|
215217
|
-
"defaultMessage": "These will be
|
|
215271
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
215218
215272
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
215219
215273
|
},
|
|
215220
215274
|
],
|
|
@@ -215497,7 +215551,7 @@ new message content.",
|
|
|
215497
215551
|
],
|
|
215498
215552
|
Array [
|
|
215499
215553
|
Object {
|
|
215500
|
-
"defaultMessage": "These will be
|
|
215554
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
215501
215555
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
215502
215556
|
},
|
|
215503
215557
|
],
|
|
@@ -215780,7 +215834,7 @@ new message content.",
|
|
|
215780
215834
|
],
|
|
215781
215835
|
Array [
|
|
215782
215836
|
Object {
|
|
215783
|
-
"defaultMessage": "These will be
|
|
215837
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
215784
215838
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
215785
215839
|
},
|
|
215786
215840
|
],
|
|
@@ -216063,7 +216117,7 @@ new message content.",
|
|
|
216063
216117
|
],
|
|
216064
216118
|
Array [
|
|
216065
216119
|
Object {
|
|
216066
|
-
"defaultMessage": "These will be
|
|
216120
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
216067
216121
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
216068
216122
|
},
|
|
216069
216123
|
],
|
|
@@ -223212,12 +223266,15 @@ new message content.",
|
|
|
223212
223266
|
inline={false}
|
|
223213
223267
|
size="large"
|
|
223214
223268
|
suffix={
|
|
223215
|
-
<
|
|
223216
|
-
|
|
223217
|
-
|
|
223218
|
-
|
|
223219
|
-
|
|
223220
|
-
|
|
223269
|
+
<React.Fragment>
|
|
223270
|
+
<CapButton
|
|
223271
|
+
data-testid="suffix-button"
|
|
223272
|
+
disabled={false}
|
|
223273
|
+
isAddBtn={true}
|
|
223274
|
+
onClick={[Function]}
|
|
223275
|
+
type="flat"
|
|
223276
|
+
/>
|
|
223277
|
+
</React.Fragment>
|
|
223221
223278
|
}
|
|
223222
223279
|
title={
|
|
223223
223280
|
<CapHeading
|
|
@@ -223964,6 +224021,7 @@ new message content.",
|
|
|
223964
224021
|
</CapHeading>
|
|
223965
224022
|
</div>
|
|
223966
224023
|
<CapButton
|
|
224024
|
+
data-testid="suffix-button"
|
|
223967
224025
|
disabled={false}
|
|
223968
224026
|
isAddBtn={true}
|
|
223969
224027
|
onClick={[Function]}
|
|
@@ -223972,6 +224030,7 @@ new message content.",
|
|
|
223972
224030
|
<Button
|
|
223973
224031
|
block={false}
|
|
223974
224032
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
224033
|
+
data-testid="suffix-button"
|
|
223975
224034
|
disabled={false}
|
|
223976
224035
|
ghost={false}
|
|
223977
224036
|
htmlType="button"
|
|
@@ -223982,6 +224041,7 @@ new message content.",
|
|
|
223982
224041
|
<Wave>
|
|
223983
224042
|
<button
|
|
223984
224043
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
224044
|
+
data-testid="suffix-button"
|
|
223985
224045
|
disabled={false}
|
|
223986
224046
|
onClick={[Function]}
|
|
223987
224047
|
type="button"
|
|
@@ -228073,7 +228133,7 @@ new message content.",
|
|
|
228073
228133
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
228074
228134
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
228075
228135
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
228076
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
228136
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
228077
228137
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
228078
228138
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
228079
228139
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -231104,7 +231164,7 @@ new message content.",
|
|
|
231104
231164
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
231105
231165
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
231106
231166
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
231107
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
231167
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
231108
231168
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
231109
231169
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
231110
231170
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -231697,7 +231757,7 @@ new message content.",
|
|
|
231697
231757
|
],
|
|
231698
231758
|
Array [
|
|
231699
231759
|
Object {
|
|
231700
|
-
"defaultMessage": "These will be
|
|
231760
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
231701
231761
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
231702
231762
|
},
|
|
231703
231763
|
],
|
|
@@ -231936,7 +231996,7 @@ new message content.",
|
|
|
231936
231996
|
],
|
|
231937
231997
|
Array [
|
|
231938
231998
|
Object {
|
|
231939
|
-
"defaultMessage": "These will be
|
|
231999
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
231940
232000
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
231941
232001
|
},
|
|
231942
232002
|
],
|
|
@@ -232175,7 +232235,7 @@ new message content.",
|
|
|
232175
232235
|
],
|
|
232176
232236
|
Array [
|
|
232177
232237
|
Object {
|
|
232178
|
-
"defaultMessage": "These will be
|
|
232238
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
232179
232239
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
232180
232240
|
},
|
|
232181
232241
|
],
|
|
@@ -237666,12 +237726,15 @@ new message content.",
|
|
|
237666
237726
|
inline={false}
|
|
237667
237727
|
size="large"
|
|
237668
237728
|
suffix={
|
|
237669
|
-
<
|
|
237670
|
-
|
|
237671
|
-
|
|
237672
|
-
|
|
237673
|
-
|
|
237674
|
-
|
|
237729
|
+
<React.Fragment>
|
|
237730
|
+
<CapButton
|
|
237731
|
+
data-testid="suffix-button"
|
|
237732
|
+
disabled={false}
|
|
237733
|
+
isAddBtn={true}
|
|
237734
|
+
onClick={[Function]}
|
|
237735
|
+
type="flat"
|
|
237736
|
+
/>
|
|
237737
|
+
</React.Fragment>
|
|
237675
237738
|
}
|
|
237676
237739
|
title={
|
|
237677
237740
|
<CapHeading
|
|
@@ -238418,6 +238481,7 @@ new message content.",
|
|
|
238418
238481
|
</CapHeading>
|
|
238419
238482
|
</div>
|
|
238420
238483
|
<CapButton
|
|
238484
|
+
data-testid="suffix-button"
|
|
238421
238485
|
disabled={false}
|
|
238422
238486
|
isAddBtn={true}
|
|
238423
238487
|
onClick={[Function]}
|
|
@@ -238426,6 +238490,7 @@ new message content.",
|
|
|
238426
238490
|
<Button
|
|
238427
238491
|
block={false}
|
|
238428
238492
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
238493
|
+
data-testid="suffix-button"
|
|
238429
238494
|
disabled={false}
|
|
238430
238495
|
ghost={false}
|
|
238431
238496
|
htmlType="button"
|
|
@@ -238436,6 +238501,7 @@ new message content.",
|
|
|
238436
238501
|
<Wave>
|
|
238437
238502
|
<button
|
|
238438
238503
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
238504
|
+
data-testid="suffix-button"
|
|
238439
238505
|
disabled={false}
|
|
238440
238506
|
onClick={[Function]}
|
|
238441
238507
|
type="button"
|
|
@@ -241661,7 +241727,7 @@ new message content.",
|
|
|
241661
241727
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
241662
241728
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
241663
241729
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
241664
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
241730
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
241665
241731
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
241666
241732
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
241667
241733
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -244692,7 +244758,7 @@ new message content.",
|
|
|
244692
244758
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
244693
244759
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
244694
244760
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
244695
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
244761
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
244696
244762
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
244697
244763
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
244698
244764
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -245285,7 +245351,7 @@ new message content.",
|
|
|
245285
245351
|
],
|
|
245286
245352
|
Array [
|
|
245287
245353
|
Object {
|
|
245288
|
-
"defaultMessage": "These will be
|
|
245354
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
245289
245355
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
245290
245356
|
},
|
|
245291
245357
|
],
|
|
@@ -245524,7 +245590,7 @@ new message content.",
|
|
|
245524
245590
|
],
|
|
245525
245591
|
Array [
|
|
245526
245592
|
Object {
|
|
245527
|
-
"defaultMessage": "These will be
|
|
245593
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
245528
245594
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
245529
245595
|
},
|
|
245530
245596
|
],
|
|
@@ -245769,7 +245835,7 @@ new message content.",
|
|
|
245769
245835
|
],
|
|
245770
245836
|
Array [
|
|
245771
245837
|
Object {
|
|
245772
|
-
"defaultMessage": "These will be
|
|
245838
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
245773
245839
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
245774
245840
|
},
|
|
245775
245841
|
],
|
|
@@ -251264,11 +251330,14 @@ new message content.",
|
|
|
251264
251330
|
inline={false}
|
|
251265
251331
|
size="large"
|
|
251266
251332
|
suffix={
|
|
251267
|
-
<
|
|
251268
|
-
|
|
251269
|
-
|
|
251270
|
-
|
|
251271
|
-
|
|
251333
|
+
<React.Fragment>
|
|
251334
|
+
<CapButton
|
|
251335
|
+
data-testid="suffix-button"
|
|
251336
|
+
isAddBtn={true}
|
|
251337
|
+
onClick={[Function]}
|
|
251338
|
+
type="flat"
|
|
251339
|
+
/>
|
|
251340
|
+
</React.Fragment>
|
|
251272
251341
|
}
|
|
251273
251342
|
title={
|
|
251274
251343
|
<CapHeading
|
|
@@ -252015,6 +252084,7 @@ new message content.",
|
|
|
252015
252084
|
</CapHeading>
|
|
252016
252085
|
</div>
|
|
252017
252086
|
<CapButton
|
|
252087
|
+
data-testid="suffix-button"
|
|
252018
252088
|
isAddBtn={true}
|
|
252019
252089
|
onClick={[Function]}
|
|
252020
252090
|
type="flat"
|
|
@@ -252022,6 +252092,7 @@ new message content.",
|
|
|
252022
252092
|
<Button
|
|
252023
252093
|
block={false}
|
|
252024
252094
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
252095
|
+
data-testid="suffix-button"
|
|
252025
252096
|
ghost={false}
|
|
252026
252097
|
htmlType="button"
|
|
252027
252098
|
loading={false}
|
|
@@ -252031,6 +252102,7 @@ new message content.",
|
|
|
252031
252102
|
<Wave>
|
|
252032
252103
|
<button
|
|
252033
252104
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
252105
|
+
data-testid="suffix-button"
|
|
252034
252106
|
onClick={[Function]}
|
|
252035
252107
|
type="button"
|
|
252036
252108
|
>
|
|
@@ -255249,7 +255321,7 @@ new message content.",
|
|
|
255249
255321
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
255250
255322
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
255251
255323
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
255252
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
255324
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
255253
255325
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
255254
255326
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
255255
255327
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -258280,7 +258352,7 @@ new message content.",
|
|
|
258280
258352
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
258281
258353
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
258282
258354
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
258283
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
258355
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
258284
258356
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
258285
258357
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
258286
258358
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -258873,7 +258945,7 @@ new message content.",
|
|
|
258873
258945
|
],
|
|
258874
258946
|
Array [
|
|
258875
258947
|
Object {
|
|
258876
|
-
"defaultMessage": "These will be
|
|
258948
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
258877
258949
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
258878
258950
|
},
|
|
258879
258951
|
],
|
|
@@ -259112,7 +259184,7 @@ new message content.",
|
|
|
259112
259184
|
],
|
|
259113
259185
|
Array [
|
|
259114
259186
|
Object {
|
|
259115
|
-
"defaultMessage": "These will be
|
|
259187
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
259116
259188
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
259117
259189
|
},
|
|
259118
259190
|
],
|
|
@@ -259357,7 +259429,7 @@ new message content.",
|
|
|
259357
259429
|
],
|
|
259358
259430
|
Array [
|
|
259359
259431
|
Object {
|
|
259360
|
-
"defaultMessage": "These will be
|
|
259432
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
259361
259433
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
259362
259434
|
},
|
|
259363
259435
|
],
|
|
@@ -259596,7 +259668,7 @@ new message content.",
|
|
|
259596
259668
|
],
|
|
259597
259669
|
Array [
|
|
259598
259670
|
Object {
|
|
259599
|
-
"defaultMessage": "These will be
|
|
259671
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
259600
259672
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
259601
259673
|
},
|
|
259602
259674
|
],
|
|
@@ -265239,12 +265311,15 @@ new message content.",
|
|
|
265239
265311
|
inline={false}
|
|
265240
265312
|
size="large"
|
|
265241
265313
|
suffix={
|
|
265242
|
-
<
|
|
265243
|
-
|
|
265244
|
-
|
|
265245
|
-
|
|
265246
|
-
|
|
265247
|
-
|
|
265314
|
+
<React.Fragment>
|
|
265315
|
+
<CapButton
|
|
265316
|
+
data-testid="suffix-button"
|
|
265317
|
+
disabled={false}
|
|
265318
|
+
isAddBtn={true}
|
|
265319
|
+
onClick={[Function]}
|
|
265320
|
+
type="flat"
|
|
265321
|
+
/>
|
|
265322
|
+
</React.Fragment>
|
|
265248
265323
|
}
|
|
265249
265324
|
title={
|
|
265250
265325
|
<CapHeading
|
|
@@ -265991,6 +266066,7 @@ new message content.",
|
|
|
265991
266066
|
</CapHeading>
|
|
265992
266067
|
</div>
|
|
265993
266068
|
<CapButton
|
|
266069
|
+
data-testid="suffix-button"
|
|
265994
266070
|
disabled={false}
|
|
265995
266071
|
isAddBtn={true}
|
|
265996
266072
|
onClick={[Function]}
|
|
@@ -265999,6 +266075,7 @@ new message content.",
|
|
|
265999
266075
|
<Button
|
|
266000
266076
|
block={false}
|
|
266001
266077
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
266078
|
+
data-testid="suffix-button"
|
|
266002
266079
|
disabled={false}
|
|
266003
266080
|
ghost={false}
|
|
266004
266081
|
htmlType="button"
|
|
@@ -266009,6 +266086,7 @@ new message content.",
|
|
|
266009
266086
|
<Wave>
|
|
266010
266087
|
<button
|
|
266011
266088
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
266089
|
+
data-testid="suffix-button"
|
|
266012
266090
|
disabled={false}
|
|
266013
266091
|
onClick={[Function]}
|
|
266014
266092
|
type="button"
|
|
@@ -269234,7 +269312,7 @@ new message content.",
|
|
|
269234
269312
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
269235
269313
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
269236
269314
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
269237
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
269315
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
269238
269316
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
269239
269317
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
269240
269318
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -272267,7 +272345,7 @@ new message content.",
|
|
|
272267
272345
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
272268
272346
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
272269
272347
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
272270
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
272348
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
272271
272349
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
272272
272350
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
272273
272351
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -272860,7 +272938,7 @@ new message content.",
|
|
|
272860
272938
|
],
|
|
272861
272939
|
Array [
|
|
272862
272940
|
Object {
|
|
272863
|
-
"defaultMessage": "These will be
|
|
272941
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
272864
272942
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
272865
272943
|
},
|
|
272866
272944
|
],
|
|
@@ -273099,7 +273177,7 @@ new message content.",
|
|
|
273099
273177
|
],
|
|
273100
273178
|
Array [
|
|
273101
273179
|
Object {
|
|
273102
|
-
"defaultMessage": "These will be
|
|
273180
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
273103
273181
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
273104
273182
|
},
|
|
273105
273183
|
],
|
|
@@ -273344,7 +273422,7 @@ new message content.",
|
|
|
273344
273422
|
],
|
|
273345
273423
|
Array [
|
|
273346
273424
|
Object {
|
|
273347
|
-
"defaultMessage": "These will be
|
|
273425
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
273348
273426
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
273349
273427
|
},
|
|
273350
273428
|
],
|
|
@@ -273583,7 +273661,7 @@ new message content.",
|
|
|
273583
273661
|
],
|
|
273584
273662
|
Array [
|
|
273585
273663
|
Object {
|
|
273586
|
-
"defaultMessage": "These will be
|
|
273664
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
273587
273665
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
273588
273666
|
},
|
|
273589
273667
|
],
|
|
@@ -273828,7 +273906,7 @@ new message content.",
|
|
|
273828
273906
|
],
|
|
273829
273907
|
Array [
|
|
273830
273908
|
Object {
|
|
273831
|
-
"defaultMessage": "These will be
|
|
273909
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
273832
273910
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
273833
273911
|
},
|
|
273834
273912
|
],
|
|
@@ -279623,11 +279701,14 @@ new message content.",
|
|
|
279623
279701
|
inline={false}
|
|
279624
279702
|
size="large"
|
|
279625
279703
|
suffix={
|
|
279626
|
-
<
|
|
279627
|
-
|
|
279628
|
-
|
|
279629
|
-
|
|
279630
|
-
|
|
279704
|
+
<React.Fragment>
|
|
279705
|
+
<CapButton
|
|
279706
|
+
data-testid="suffix-button"
|
|
279707
|
+
isAddBtn={true}
|
|
279708
|
+
onClick={[Function]}
|
|
279709
|
+
type="flat"
|
|
279710
|
+
/>
|
|
279711
|
+
</React.Fragment>
|
|
279631
279712
|
}
|
|
279632
279713
|
title={
|
|
279633
279714
|
<CapHeading
|
|
@@ -280374,6 +280455,7 @@ new message content.",
|
|
|
280374
280455
|
</CapHeading>
|
|
280375
280456
|
</div>
|
|
280376
280457
|
<CapButton
|
|
280458
|
+
data-testid="suffix-button"
|
|
280377
280459
|
isAddBtn={true}
|
|
280378
280460
|
onClick={[Function]}
|
|
280379
280461
|
type="flat"
|
|
@@ -280381,6 +280463,7 @@ new message content.",
|
|
|
280381
280463
|
<Button
|
|
280382
280464
|
block={false}
|
|
280383
280465
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
280466
|
+
data-testid="suffix-button"
|
|
280384
280467
|
ghost={false}
|
|
280385
280468
|
htmlType="button"
|
|
280386
280469
|
loading={false}
|
|
@@ -280390,6 +280473,7 @@ new message content.",
|
|
|
280390
280473
|
<Wave>
|
|
280391
280474
|
<button
|
|
280392
280475
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
280476
|
+
data-testid="suffix-button"
|
|
280393
280477
|
onClick={[Function]}
|
|
280394
280478
|
type="button"
|
|
280395
280479
|
>
|
|
@@ -283608,7 +283692,7 @@ new message content.",
|
|
|
283608
283692
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
283609
283693
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
283610
283694
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
283611
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
283695
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
283612
283696
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
283613
283697
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
283614
283698
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -286641,7 +286725,7 @@ new message content.",
|
|
|
286641
286725
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
286642
286726
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
286643
286727
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
286644
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
286728
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
286645
286729
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
286646
286730
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
286647
286731
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -287234,7 +287318,7 @@ new message content.",
|
|
|
287234
287318
|
],
|
|
287235
287319
|
Array [
|
|
287236
287320
|
Object {
|
|
287237
|
-
"defaultMessage": "These will be
|
|
287321
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
287238
287322
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
287239
287323
|
},
|
|
287240
287324
|
],
|
|
@@ -287473,7 +287557,7 @@ new message content.",
|
|
|
287473
287557
|
],
|
|
287474
287558
|
Array [
|
|
287475
287559
|
Object {
|
|
287476
|
-
"defaultMessage": "These will be
|
|
287560
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
287477
287561
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
287478
287562
|
},
|
|
287479
287563
|
],
|
|
@@ -287718,7 +287802,7 @@ new message content.",
|
|
|
287718
287802
|
],
|
|
287719
287803
|
Array [
|
|
287720
287804
|
Object {
|
|
287721
|
-
"defaultMessage": "These will be
|
|
287805
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
287722
287806
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
287723
287807
|
},
|
|
287724
287808
|
],
|
|
@@ -287957,7 +288041,7 @@ new message content.",
|
|
|
287957
288041
|
],
|
|
287958
288042
|
Array [
|
|
287959
288043
|
Object {
|
|
287960
|
-
"defaultMessage": "These will be
|
|
288044
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
287961
288045
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
287962
288046
|
},
|
|
287963
288047
|
],
|
|
@@ -288202,7 +288286,7 @@ new message content.",
|
|
|
288202
288286
|
],
|
|
288203
288287
|
Array [
|
|
288204
288288
|
Object {
|
|
288205
|
-
"defaultMessage": "These will be
|
|
288289
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
288206
288290
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
288207
288291
|
},
|
|
288208
288292
|
],
|
|
@@ -288451,7 +288535,7 @@ new message content.",
|
|
|
288451
288535
|
],
|
|
288452
288536
|
Array [
|
|
288453
288537
|
Object {
|
|
288454
|
-
"defaultMessage": "These will be
|
|
288538
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
288455
288539
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
288456
288540
|
},
|
|
288457
288541
|
],
|
|
@@ -294398,11 +294482,14 @@ new message content.",
|
|
|
294398
294482
|
inline={false}
|
|
294399
294483
|
size="large"
|
|
294400
294484
|
suffix={
|
|
294401
|
-
<
|
|
294402
|
-
|
|
294403
|
-
|
|
294404
|
-
|
|
294405
|
-
|
|
294485
|
+
<React.Fragment>
|
|
294486
|
+
<CapButton
|
|
294487
|
+
data-testid="suffix-button"
|
|
294488
|
+
isAddBtn={true}
|
|
294489
|
+
onClick={[Function]}
|
|
294490
|
+
type="flat"
|
|
294491
|
+
/>
|
|
294492
|
+
</React.Fragment>
|
|
294406
294493
|
}
|
|
294407
294494
|
title={
|
|
294408
294495
|
<CapHeading
|
|
@@ -295149,6 +295236,7 @@ new message content.",
|
|
|
295149
295236
|
</CapHeading>
|
|
295150
295237
|
</div>
|
|
295151
295238
|
<CapButton
|
|
295239
|
+
data-testid="suffix-button"
|
|
295152
295240
|
isAddBtn={true}
|
|
295153
295241
|
onClick={[Function]}
|
|
295154
295242
|
type="flat"
|
|
@@ -295156,6 +295244,7 @@ new message content.",
|
|
|
295156
295244
|
<Button
|
|
295157
295245
|
block={false}
|
|
295158
295246
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
295247
|
+
data-testid="suffix-button"
|
|
295159
295248
|
ghost={false}
|
|
295160
295249
|
htmlType="button"
|
|
295161
295250
|
loading={false}
|
|
@@ -295165,6 +295254,7 @@ new message content.",
|
|
|
295165
295254
|
<Wave>
|
|
295166
295255
|
<button
|
|
295167
295256
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
295257
|
+
data-testid="suffix-button"
|
|
295168
295258
|
onClick={[Function]}
|
|
295169
295259
|
type="button"
|
|
295170
295260
|
>
|
|
@@ -298383,7 +298473,7 @@ new message content.",
|
|
|
298383
298473
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
298384
298474
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
298385
298475
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
298386
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
298476
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
298387
298477
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
298388
298478
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
298389
298479
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -301416,7 +301506,7 @@ new message content.",
|
|
|
301416
301506
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
301417
301507
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
301418
301508
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
301419
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
301509
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
301420
301510
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
301421
301511
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
301422
301512
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -302009,7 +302099,7 @@ new message content.",
|
|
|
302009
302099
|
],
|
|
302010
302100
|
Array [
|
|
302011
302101
|
Object {
|
|
302012
|
-
"defaultMessage": "These will be
|
|
302102
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
302013
302103
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
302014
302104
|
},
|
|
302015
302105
|
],
|
|
@@ -302248,7 +302338,7 @@ new message content.",
|
|
|
302248
302338
|
],
|
|
302249
302339
|
Array [
|
|
302250
302340
|
Object {
|
|
302251
|
-
"defaultMessage": "These will be
|
|
302341
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
302252
302342
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
302253
302343
|
},
|
|
302254
302344
|
],
|
|
@@ -302493,7 +302583,7 @@ new message content.",
|
|
|
302493
302583
|
],
|
|
302494
302584
|
Array [
|
|
302495
302585
|
Object {
|
|
302496
|
-
"defaultMessage": "These will be
|
|
302586
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
302497
302587
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
302498
302588
|
},
|
|
302499
302589
|
],
|
|
@@ -302732,7 +302822,7 @@ new message content.",
|
|
|
302732
302822
|
],
|
|
302733
302823
|
Array [
|
|
302734
302824
|
Object {
|
|
302735
|
-
"defaultMessage": "These will be
|
|
302825
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
302736
302826
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
302737
302827
|
},
|
|
302738
302828
|
],
|
|
@@ -302977,7 +303067,7 @@ new message content.",
|
|
|
302977
303067
|
],
|
|
302978
303068
|
Array [
|
|
302979
303069
|
Object {
|
|
302980
|
-
"defaultMessage": "These will be
|
|
303070
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
302981
303071
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
302982
303072
|
},
|
|
302983
303073
|
],
|
|
@@ -303226,7 +303316,7 @@ new message content.",
|
|
|
303226
303316
|
],
|
|
303227
303317
|
Array [
|
|
303228
303318
|
Object {
|
|
303229
|
-
"defaultMessage": "These will be
|
|
303319
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
303230
303320
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
303231
303321
|
},
|
|
303232
303322
|
],
|
|
@@ -303474,7 +303564,7 @@ new message content.",
|
|
|
303474
303564
|
],
|
|
303475
303565
|
Array [
|
|
303476
303566
|
Object {
|
|
303477
|
-
"defaultMessage": "These will be
|
|
303567
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
303478
303568
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
303479
303569
|
},
|
|
303480
303570
|
],
|
|
@@ -309573,11 +309663,14 @@ new message content.",
|
|
|
309573
309663
|
inline={false}
|
|
309574
309664
|
size="large"
|
|
309575
309665
|
suffix={
|
|
309576
|
-
<
|
|
309577
|
-
|
|
309578
|
-
|
|
309579
|
-
|
|
309580
|
-
|
|
309666
|
+
<React.Fragment>
|
|
309667
|
+
<CapButton
|
|
309668
|
+
data-testid="suffix-button"
|
|
309669
|
+
isAddBtn={true}
|
|
309670
|
+
onClick={[Function]}
|
|
309671
|
+
type="flat"
|
|
309672
|
+
/>
|
|
309673
|
+
</React.Fragment>
|
|
309581
309674
|
}
|
|
309582
309675
|
title={
|
|
309583
309676
|
<CapHeading
|
|
@@ -310324,6 +310417,7 @@ new message content.",
|
|
|
310324
310417
|
</CapHeading>
|
|
310325
310418
|
</div>
|
|
310326
310419
|
<CapButton
|
|
310420
|
+
data-testid="suffix-button"
|
|
310327
310421
|
isAddBtn={true}
|
|
310328
310422
|
onClick={[Function]}
|
|
310329
310423
|
type="flat"
|
|
@@ -310331,6 +310425,7 @@ new message content.",
|
|
|
310331
310425
|
<Button
|
|
310332
310426
|
block={false}
|
|
310333
310427
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
310428
|
+
data-testid="suffix-button"
|
|
310334
310429
|
ghost={false}
|
|
310335
310430
|
htmlType="button"
|
|
310336
310431
|
loading={false}
|
|
@@ -310340,6 +310435,7 @@ new message content.",
|
|
|
310340
310435
|
<Wave>
|
|
310341
310436
|
<button
|
|
310342
310437
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
310438
|
+
data-testid="suffix-button"
|
|
310343
310439
|
onClick={[Function]}
|
|
310344
310440
|
type="button"
|
|
310345
310441
|
>
|
|
@@ -313558,7 +313654,7 @@ new message content.",
|
|
|
313558
313654
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
313559
313655
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
313560
313656
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
313561
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
313657
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
313562
313658
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
313563
313659
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
313564
313660
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -316591,7 +316687,7 @@ new message content.",
|
|
|
316591
316687
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
316592
316688
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
316593
316689
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
316594
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
316690
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
316595
316691
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
316596
316692
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
316597
316693
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -317184,7 +317280,7 @@ new message content.",
|
|
|
317184
317280
|
],
|
|
317185
317281
|
Array [
|
|
317186
317282
|
Object {
|
|
317187
|
-
"defaultMessage": "These will be
|
|
317283
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
317188
317284
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
317189
317285
|
},
|
|
317190
317286
|
],
|
|
@@ -317423,7 +317519,7 @@ new message content.",
|
|
|
317423
317519
|
],
|
|
317424
317520
|
Array [
|
|
317425
317521
|
Object {
|
|
317426
|
-
"defaultMessage": "These will be
|
|
317522
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
317427
317523
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
317428
317524
|
},
|
|
317429
317525
|
],
|
|
@@ -317668,7 +317764,7 @@ new message content.",
|
|
|
317668
317764
|
],
|
|
317669
317765
|
Array [
|
|
317670
317766
|
Object {
|
|
317671
|
-
"defaultMessage": "These will be
|
|
317767
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
317672
317768
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
317673
317769
|
},
|
|
317674
317770
|
],
|
|
@@ -317907,7 +318003,7 @@ new message content.",
|
|
|
317907
318003
|
],
|
|
317908
318004
|
Array [
|
|
317909
318005
|
Object {
|
|
317910
|
-
"defaultMessage": "These will be
|
|
318006
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
317911
318007
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
317912
318008
|
},
|
|
317913
318009
|
],
|
|
@@ -318152,7 +318248,7 @@ new message content.",
|
|
|
318152
318248
|
],
|
|
318153
318249
|
Array [
|
|
318154
318250
|
Object {
|
|
318155
|
-
"defaultMessage": "These will be
|
|
318251
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
318156
318252
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
318157
318253
|
},
|
|
318158
318254
|
],
|
|
@@ -318401,7 +318497,7 @@ new message content.",
|
|
|
318401
318497
|
],
|
|
318402
318498
|
Array [
|
|
318403
318499
|
Object {
|
|
318404
|
-
"defaultMessage": "These will be
|
|
318500
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
318405
318501
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
318406
318502
|
},
|
|
318407
318503
|
],
|
|
@@ -318649,7 +318745,7 @@ new message content.",
|
|
|
318649
318745
|
],
|
|
318650
318746
|
Array [
|
|
318651
318747
|
Object {
|
|
318652
|
-
"defaultMessage": "These will be
|
|
318748
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
318653
318749
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
318654
318750
|
},
|
|
318655
318751
|
],
|
|
@@ -318894,7 +318990,7 @@ new message content.",
|
|
|
318894
318990
|
],
|
|
318895
318991
|
Array [
|
|
318896
318992
|
Object {
|
|
318897
|
-
"defaultMessage": "These will be
|
|
318993
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
318898
318994
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
318899
318995
|
},
|
|
318900
318996
|
],
|
|
@@ -325145,11 +325241,14 @@ new message content.",
|
|
|
325145
325241
|
inline={false}
|
|
325146
325242
|
size="large"
|
|
325147
325243
|
suffix={
|
|
325148
|
-
<
|
|
325149
|
-
|
|
325150
|
-
|
|
325151
|
-
|
|
325152
|
-
|
|
325244
|
+
<React.Fragment>
|
|
325245
|
+
<CapButton
|
|
325246
|
+
data-testid="suffix-button"
|
|
325247
|
+
isAddBtn={true}
|
|
325248
|
+
onClick={[Function]}
|
|
325249
|
+
type="flat"
|
|
325250
|
+
/>
|
|
325251
|
+
</React.Fragment>
|
|
325153
325252
|
}
|
|
325154
325253
|
title={
|
|
325155
325254
|
<CapHeading
|
|
@@ -325896,6 +325995,7 @@ new message content.",
|
|
|
325896
325995
|
</CapHeading>
|
|
325897
325996
|
</div>
|
|
325898
325997
|
<CapButton
|
|
325998
|
+
data-testid="suffix-button"
|
|
325899
325999
|
isAddBtn={true}
|
|
325900
326000
|
onClick={[Function]}
|
|
325901
326001
|
type="flat"
|
|
@@ -325903,6 +326003,7 @@ new message content.",
|
|
|
325903
326003
|
<Button
|
|
325904
326004
|
block={false}
|
|
325905
326005
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
326006
|
+
data-testid="suffix-button"
|
|
325906
326007
|
ghost={false}
|
|
325907
326008
|
htmlType="button"
|
|
325908
326009
|
loading={false}
|
|
@@ -325912,6 +326013,7 @@ new message content.",
|
|
|
325912
326013
|
<Wave>
|
|
325913
326014
|
<button
|
|
325914
326015
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
326016
|
+
data-testid="suffix-button"
|
|
325915
326017
|
onClick={[Function]}
|
|
325916
326018
|
type="button"
|
|
325917
326019
|
>
|
|
@@ -329130,7 +329232,7 @@ new message content.",
|
|
|
329130
329232
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
329131
329233
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
329132
329234
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
329133
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
329235
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
329134
329236
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
329135
329237
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
329136
329238
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -332163,7 +332265,7 @@ new message content.",
|
|
|
332163
332265
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
332164
332266
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
332165
332267
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
332166
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
332268
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
332167
332269
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
332168
332270
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
332169
332271
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -332756,7 +332858,7 @@ new message content.",
|
|
|
332756
332858
|
],
|
|
332757
332859
|
Array [
|
|
332758
332860
|
Object {
|
|
332759
|
-
"defaultMessage": "These will be
|
|
332861
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
332760
332862
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
332761
332863
|
},
|
|
332762
332864
|
],
|
|
@@ -332995,7 +333097,7 @@ new message content.",
|
|
|
332995
333097
|
],
|
|
332996
333098
|
Array [
|
|
332997
333099
|
Object {
|
|
332998
|
-
"defaultMessage": "These will be
|
|
333100
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
332999
333101
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
333000
333102
|
},
|
|
333001
333103
|
],
|
|
@@ -333240,7 +333342,7 @@ new message content.",
|
|
|
333240
333342
|
],
|
|
333241
333343
|
Array [
|
|
333242
333344
|
Object {
|
|
333243
|
-
"defaultMessage": "These will be
|
|
333345
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
333244
333346
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
333245
333347
|
},
|
|
333246
333348
|
],
|
|
@@ -333479,7 +333581,7 @@ new message content.",
|
|
|
333479
333581
|
],
|
|
333480
333582
|
Array [
|
|
333481
333583
|
Object {
|
|
333482
|
-
"defaultMessage": "These will be
|
|
333584
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
333483
333585
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
333484
333586
|
},
|
|
333485
333587
|
],
|
|
@@ -333724,7 +333826,7 @@ new message content.",
|
|
|
333724
333826
|
],
|
|
333725
333827
|
Array [
|
|
333726
333828
|
Object {
|
|
333727
|
-
"defaultMessage": "These will be
|
|
333829
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
333728
333830
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
333729
333831
|
},
|
|
333730
333832
|
],
|
|
@@ -333973,7 +334075,7 @@ new message content.",
|
|
|
333973
334075
|
],
|
|
333974
334076
|
Array [
|
|
333975
334077
|
Object {
|
|
333976
|
-
"defaultMessage": "These will be
|
|
334078
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
333977
334079
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
333978
334080
|
},
|
|
333979
334081
|
],
|
|
@@ -334221,7 +334323,7 @@ new message content.",
|
|
|
334221
334323
|
],
|
|
334222
334324
|
Array [
|
|
334223
334325
|
Object {
|
|
334224
|
-
"defaultMessage": "These will be
|
|
334326
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
334225
334327
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
334226
334328
|
},
|
|
334227
334329
|
],
|
|
@@ -334466,7 +334568,7 @@ new message content.",
|
|
|
334466
334568
|
],
|
|
334467
334569
|
Array [
|
|
334468
334570
|
Object {
|
|
334469
|
-
"defaultMessage": "These will be
|
|
334571
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
334470
334572
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
334471
334573
|
},
|
|
334472
334574
|
],
|
|
@@ -334711,7 +334813,7 @@ new message content.",
|
|
|
334711
334813
|
],
|
|
334712
334814
|
Array [
|
|
334713
334815
|
Object {
|
|
334714
|
-
"defaultMessage": "These will be
|
|
334816
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
334715
334817
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
334716
334818
|
},
|
|
334717
334819
|
],
|
|
@@ -341114,11 +341216,14 @@ new message content.",
|
|
|
341114
341216
|
inline={false}
|
|
341115
341217
|
size="large"
|
|
341116
341218
|
suffix={
|
|
341117
|
-
<
|
|
341118
|
-
|
|
341119
|
-
|
|
341120
|
-
|
|
341121
|
-
|
|
341219
|
+
<React.Fragment>
|
|
341220
|
+
<CapButton
|
|
341221
|
+
data-testid="suffix-button"
|
|
341222
|
+
isAddBtn={true}
|
|
341223
|
+
onClick={[Function]}
|
|
341224
|
+
type="flat"
|
|
341225
|
+
/>
|
|
341226
|
+
</React.Fragment>
|
|
341122
341227
|
}
|
|
341123
341228
|
title={
|
|
341124
341229
|
<CapHeading
|
|
@@ -341865,6 +341970,7 @@ new message content.",
|
|
|
341865
341970
|
</CapHeading>
|
|
341866
341971
|
</div>
|
|
341867
341972
|
<CapButton
|
|
341973
|
+
data-testid="suffix-button"
|
|
341868
341974
|
isAddBtn={true}
|
|
341869
341975
|
onClick={[Function]}
|
|
341870
341976
|
type="flat"
|
|
@@ -341872,6 +341978,7 @@ new message content.",
|
|
|
341872
341978
|
<Button
|
|
341873
341979
|
block={false}
|
|
341874
341980
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
341981
|
+
data-testid="suffix-button"
|
|
341875
341982
|
ghost={false}
|
|
341876
341983
|
htmlType="button"
|
|
341877
341984
|
loading={false}
|
|
@@ -341881,6 +341988,7 @@ new message content.",
|
|
|
341881
341988
|
<Wave>
|
|
341882
341989
|
<button
|
|
341883
341990
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
341991
|
+
data-testid="suffix-button"
|
|
341884
341992
|
onClick={[Function]}
|
|
341885
341993
|
type="button"
|
|
341886
341994
|
>
|
|
@@ -345099,7 +345207,7 @@ new message content.",
|
|
|
345099
345207
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
345100
345208
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
345101
345209
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
345102
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
345210
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
345103
345211
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
345104
345212
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
345105
345213
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -348132,7 +348240,7 @@ new message content.",
|
|
|
348132
348240
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
348133
348241
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
348134
348242
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
348135
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
348243
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
348136
348244
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
348137
348245
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
348138
348246
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -348725,7 +348833,7 @@ new message content.",
|
|
|
348725
348833
|
],
|
|
348726
348834
|
Array [
|
|
348727
348835
|
Object {
|
|
348728
|
-
"defaultMessage": "These will be
|
|
348836
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
348729
348837
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
348730
348838
|
},
|
|
348731
348839
|
],
|
|
@@ -348964,7 +349072,7 @@ new message content.",
|
|
|
348964
349072
|
],
|
|
348965
349073
|
Array [
|
|
348966
349074
|
Object {
|
|
348967
|
-
"defaultMessage": "These will be
|
|
349075
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
348968
349076
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
348969
349077
|
},
|
|
348970
349078
|
],
|
|
@@ -349209,7 +349317,7 @@ new message content.",
|
|
|
349209
349317
|
],
|
|
349210
349318
|
Array [
|
|
349211
349319
|
Object {
|
|
349212
|
-
"defaultMessage": "These will be
|
|
349320
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
349213
349321
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
349214
349322
|
},
|
|
349215
349323
|
],
|
|
@@ -349448,7 +349556,7 @@ new message content.",
|
|
|
349448
349556
|
],
|
|
349449
349557
|
Array [
|
|
349450
349558
|
Object {
|
|
349451
|
-
"defaultMessage": "These will be
|
|
349559
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
349452
349560
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
349453
349561
|
},
|
|
349454
349562
|
],
|
|
@@ -349693,7 +349801,7 @@ new message content.",
|
|
|
349693
349801
|
],
|
|
349694
349802
|
Array [
|
|
349695
349803
|
Object {
|
|
349696
|
-
"defaultMessage": "These will be
|
|
349804
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
349697
349805
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
349698
349806
|
},
|
|
349699
349807
|
],
|
|
@@ -349942,7 +350050,7 @@ new message content.",
|
|
|
349942
350050
|
],
|
|
349943
350051
|
Array [
|
|
349944
350052
|
Object {
|
|
349945
|
-
"defaultMessage": "These will be
|
|
350053
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
349946
350054
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
349947
350055
|
},
|
|
349948
350056
|
],
|
|
@@ -350190,7 +350298,7 @@ new message content.",
|
|
|
350190
350298
|
],
|
|
350191
350299
|
Array [
|
|
350192
350300
|
Object {
|
|
350193
|
-
"defaultMessage": "These will be
|
|
350301
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
350194
350302
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
350195
350303
|
},
|
|
350196
350304
|
],
|
|
@@ -350435,7 +350543,7 @@ new message content.",
|
|
|
350435
350543
|
],
|
|
350436
350544
|
Array [
|
|
350437
350545
|
Object {
|
|
350438
|
-
"defaultMessage": "These will be
|
|
350546
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
350439
350547
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
350440
350548
|
},
|
|
350441
350549
|
],
|
|
@@ -350680,7 +350788,7 @@ new message content.",
|
|
|
350680
350788
|
],
|
|
350681
350789
|
Array [
|
|
350682
350790
|
Object {
|
|
350683
|
-
"defaultMessage": "These will be
|
|
350791
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
350684
350792
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
350685
350793
|
},
|
|
350686
350794
|
],
|
|
@@ -350919,7 +351027,7 @@ new message content.",
|
|
|
350919
351027
|
],
|
|
350920
351028
|
Array [
|
|
350921
351029
|
Object {
|
|
350922
|
-
"defaultMessage": "These will be
|
|
351030
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
350923
351031
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
350924
351032
|
},
|
|
350925
351033
|
],
|
|
@@ -357470,12 +357578,15 @@ new message content.",
|
|
|
357470
357578
|
inline={false}
|
|
357471
357579
|
size="large"
|
|
357472
357580
|
suffix={
|
|
357473
|
-
<
|
|
357474
|
-
|
|
357475
|
-
|
|
357476
|
-
|
|
357477
|
-
|
|
357478
|
-
|
|
357581
|
+
<React.Fragment>
|
|
357582
|
+
<CapButton
|
|
357583
|
+
data-testid="suffix-button"
|
|
357584
|
+
disabled={false}
|
|
357585
|
+
isAddBtn={true}
|
|
357586
|
+
onClick={[Function]}
|
|
357587
|
+
type="flat"
|
|
357588
|
+
/>
|
|
357589
|
+
</React.Fragment>
|
|
357479
357590
|
}
|
|
357480
357591
|
title={
|
|
357481
357592
|
<CapHeading
|
|
@@ -358222,6 +358333,7 @@ new message content.",
|
|
|
358222
358333
|
</CapHeading>
|
|
358223
358334
|
</div>
|
|
358224
358335
|
<CapButton
|
|
358336
|
+
data-testid="suffix-button"
|
|
358225
358337
|
disabled={false}
|
|
358226
358338
|
isAddBtn={true}
|
|
358227
358339
|
onClick={[Function]}
|
|
@@ -358230,6 +358342,7 @@ new message content.",
|
|
|
358230
358342
|
<Button
|
|
358231
358343
|
block={false}
|
|
358232
358344
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
358345
|
+
data-testid="suffix-button"
|
|
358233
358346
|
disabled={false}
|
|
358234
358347
|
ghost={false}
|
|
358235
358348
|
htmlType="button"
|
|
@@ -358240,6 +358353,7 @@ new message content.",
|
|
|
358240
358353
|
<Wave>
|
|
358241
358354
|
<button
|
|
358242
358355
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
358356
|
+
data-testid="suffix-button"
|
|
358243
358357
|
disabled={false}
|
|
358244
358358
|
onClick={[Function]}
|
|
358245
358359
|
type="button"
|
|
@@ -361465,7 +361579,7 @@ new message content.",
|
|
|
361465
361579
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
361466
361580
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
361467
361581
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
361468
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
361582
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
361469
361583
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
361470
361584
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
361471
361585
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -364498,7 +364612,7 @@ new message content.",
|
|
|
364498
364612
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
364499
364613
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
364500
364614
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
364501
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
364615
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
364502
364616
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
364503
364617
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
364504
364618
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -365091,7 +365205,7 @@ new message content.",
|
|
|
365091
365205
|
],
|
|
365092
365206
|
Array [
|
|
365093
365207
|
Object {
|
|
365094
|
-
"defaultMessage": "These will be
|
|
365208
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
365095
365209
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
365096
365210
|
},
|
|
365097
365211
|
],
|
|
@@ -365330,7 +365444,7 @@ new message content.",
|
|
|
365330
365444
|
],
|
|
365331
365445
|
Array [
|
|
365332
365446
|
Object {
|
|
365333
|
-
"defaultMessage": "These will be
|
|
365447
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
365334
365448
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
365335
365449
|
},
|
|
365336
365450
|
],
|
|
@@ -365569,7 +365683,7 @@ new message content.",
|
|
|
365569
365683
|
],
|
|
365570
365684
|
Array [
|
|
365571
365685
|
Object {
|
|
365572
|
-
"defaultMessage": "These will be
|
|
365686
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
365573
365687
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
365574
365688
|
},
|
|
365575
365689
|
],
|
|
@@ -371080,12 +371194,15 @@ new message content.",
|
|
|
371080
371194
|
inline={false}
|
|
371081
371195
|
size="large"
|
|
371082
371196
|
suffix={
|
|
371083
|
-
<
|
|
371084
|
-
|
|
371085
|
-
|
|
371086
|
-
|
|
371087
|
-
|
|
371088
|
-
|
|
371197
|
+
<React.Fragment>
|
|
371198
|
+
<CapButton
|
|
371199
|
+
data-testid="suffix-button"
|
|
371200
|
+
disabled={false}
|
|
371201
|
+
isAddBtn={true}
|
|
371202
|
+
onClick={[Function]}
|
|
371203
|
+
type="flat"
|
|
371204
|
+
/>
|
|
371205
|
+
</React.Fragment>
|
|
371089
371206
|
}
|
|
371090
371207
|
title={
|
|
371091
371208
|
<CapHeading
|
|
@@ -371832,6 +371949,7 @@ new message content.",
|
|
|
371832
371949
|
</CapHeading>
|
|
371833
371950
|
</div>
|
|
371834
371951
|
<CapButton
|
|
371952
|
+
data-testid="suffix-button"
|
|
371835
371953
|
disabled={false}
|
|
371836
371954
|
isAddBtn={true}
|
|
371837
371955
|
onClick={[Function]}
|
|
@@ -371840,6 +371958,7 @@ new message content.",
|
|
|
371840
371958
|
<Button
|
|
371841
371959
|
block={false}
|
|
371842
371960
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
371961
|
+
data-testid="suffix-button"
|
|
371843
371962
|
disabled={false}
|
|
371844
371963
|
ghost={false}
|
|
371845
371964
|
htmlType="button"
|
|
@@ -371850,6 +371969,7 @@ new message content.",
|
|
|
371850
371969
|
<Wave>
|
|
371851
371970
|
<button
|
|
371852
371971
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
371972
|
+
data-testid="suffix-button"
|
|
371853
371973
|
disabled={false}
|
|
371854
371974
|
onClick={[Function]}
|
|
371855
371975
|
type="button"
|
|
@@ -375075,7 +375195,7 @@ new message content.",
|
|
|
375075
375195
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
375076
375196
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
375077
375197
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
375078
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
375198
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
375079
375199
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
375080
375200
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
375081
375201
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -378106,7 +378226,7 @@ new message content.",
|
|
|
378106
378226
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
378107
378227
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
378108
378228
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
378109
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
378229
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
378110
378230
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
378111
378231
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
378112
378232
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -378699,7 +378819,7 @@ new message content.",
|
|
|
378699
378819
|
],
|
|
378700
378820
|
Array [
|
|
378701
378821
|
Object {
|
|
378702
|
-
"defaultMessage": "These will be
|
|
378822
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
378703
378823
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
378704
378824
|
},
|
|
378705
378825
|
],
|
|
@@ -378938,7 +379058,7 @@ new message content.",
|
|
|
378938
379058
|
],
|
|
378939
379059
|
Array [
|
|
378940
379060
|
Object {
|
|
378941
|
-
"defaultMessage": "These will be
|
|
379061
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
378942
379062
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
378943
379063
|
},
|
|
378944
379064
|
],
|
|
@@ -379177,7 +379297,7 @@ new message content.",
|
|
|
379177
379297
|
],
|
|
379178
379298
|
Array [
|
|
379179
379299
|
Object {
|
|
379180
|
-
"defaultMessage": "These will be
|
|
379300
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
379181
379301
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
379182
379302
|
},
|
|
379183
379303
|
],
|
|
@@ -379434,7 +379554,7 @@ new message content.",
|
|
|
379434
379554
|
],
|
|
379435
379555
|
Array [
|
|
379436
379556
|
Object {
|
|
379437
|
-
"defaultMessage": "These will be
|
|
379557
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
379438
379558
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
379439
379559
|
},
|
|
379440
379560
|
],
|
|
@@ -385082,12 +385202,15 @@ new message content.",
|
|
|
385082
385202
|
inline={false}
|
|
385083
385203
|
size="large"
|
|
385084
385204
|
suffix={
|
|
385085
|
-
<
|
|
385086
|
-
|
|
385087
|
-
|
|
385088
|
-
|
|
385089
|
-
|
|
385090
|
-
|
|
385205
|
+
<React.Fragment>
|
|
385206
|
+
<CapButton
|
|
385207
|
+
data-testid="suffix-button"
|
|
385208
|
+
disabled={false}
|
|
385209
|
+
isAddBtn={true}
|
|
385210
|
+
onClick={[Function]}
|
|
385211
|
+
type="flat"
|
|
385212
|
+
/>
|
|
385213
|
+
</React.Fragment>
|
|
385091
385214
|
}
|
|
385092
385215
|
title={
|
|
385093
385216
|
<CapHeading
|
|
@@ -385834,6 +385957,7 @@ new message content.",
|
|
|
385834
385957
|
</CapHeading>
|
|
385835
385958
|
</div>
|
|
385836
385959
|
<CapButton
|
|
385960
|
+
data-testid="suffix-button"
|
|
385837
385961
|
disabled={false}
|
|
385838
385962
|
isAddBtn={true}
|
|
385839
385963
|
onClick={[Function]}
|
|
@@ -385842,6 +385966,7 @@ new message content.",
|
|
|
385842
385966
|
<Button
|
|
385843
385967
|
block={false}
|
|
385844
385968
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
385969
|
+
data-testid="suffix-button"
|
|
385845
385970
|
disabled={false}
|
|
385846
385971
|
ghost={false}
|
|
385847
385972
|
htmlType="button"
|
|
@@ -385852,6 +385977,7 @@ new message content.",
|
|
|
385852
385977
|
<Wave>
|
|
385853
385978
|
<button
|
|
385854
385979
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
385980
|
+
data-testid="suffix-button"
|
|
385855
385981
|
disabled={false}
|
|
385856
385982
|
onClick={[Function]}
|
|
385857
385983
|
type="button"
|
|
@@ -389077,7 +389203,7 @@ new message content.",
|
|
|
389077
389203
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
389078
389204
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
389079
389205
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
389080
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
389206
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
389081
389207
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
389082
389208
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
389083
389209
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -392108,7 +392234,7 @@ new message content.",
|
|
|
392108
392234
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
392109
392235
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
392110
392236
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
392111
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
392237
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
392112
392238
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
392113
392239
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
392114
392240
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -392701,7 +392827,7 @@ new message content.",
|
|
|
392701
392827
|
],
|
|
392702
392828
|
Array [
|
|
392703
392829
|
Object {
|
|
392704
|
-
"defaultMessage": "These will be
|
|
392830
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
392705
392831
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
392706
392832
|
},
|
|
392707
392833
|
],
|
|
@@ -392940,7 +393066,7 @@ new message content.",
|
|
|
392940
393066
|
],
|
|
392941
393067
|
Array [
|
|
392942
393068
|
Object {
|
|
392943
|
-
"defaultMessage": "These will be
|
|
393069
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
392944
393070
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
392945
393071
|
},
|
|
392946
393072
|
],
|
|
@@ -393179,7 +393305,7 @@ new message content.",
|
|
|
393179
393305
|
],
|
|
393180
393306
|
Array [
|
|
393181
393307
|
Object {
|
|
393182
|
-
"defaultMessage": "These will be
|
|
393308
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
393183
393309
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
393184
393310
|
},
|
|
393185
393311
|
],
|
|
@@ -393436,7 +393562,7 @@ new message content.",
|
|
|
393436
393562
|
],
|
|
393437
393563
|
Array [
|
|
393438
393564
|
Object {
|
|
393439
|
-
"defaultMessage": "These will be
|
|
393565
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
393440
393566
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
393441
393567
|
},
|
|
393442
393568
|
],
|
|
@@ -393681,7 +393807,7 @@ new message content.",
|
|
|
393681
393807
|
],
|
|
393682
393808
|
Array [
|
|
393683
393809
|
Object {
|
|
393684
|
-
"defaultMessage": "These will be
|
|
393810
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
393685
393811
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
393686
393812
|
},
|
|
393687
393813
|
],
|
|
@@ -399501,12 +399627,15 @@ new message content.",
|
|
|
399501
399627
|
inline={false}
|
|
399502
399628
|
size="large"
|
|
399503
399629
|
suffix={
|
|
399504
|
-
<
|
|
399505
|
-
|
|
399506
|
-
|
|
399507
|
-
|
|
399508
|
-
|
|
399509
|
-
|
|
399630
|
+
<React.Fragment>
|
|
399631
|
+
<CapButton
|
|
399632
|
+
data-testid="suffix-button"
|
|
399633
|
+
disabled={false}
|
|
399634
|
+
isAddBtn={true}
|
|
399635
|
+
onClick={[Function]}
|
|
399636
|
+
type="flat"
|
|
399637
|
+
/>
|
|
399638
|
+
</React.Fragment>
|
|
399510
399639
|
}
|
|
399511
399640
|
title={
|
|
399512
399641
|
<CapHeading
|
|
@@ -400253,6 +400382,7 @@ new message content.",
|
|
|
400253
400382
|
</CapHeading>
|
|
400254
400383
|
</div>
|
|
400255
400384
|
<CapButton
|
|
400385
|
+
data-testid="suffix-button"
|
|
400256
400386
|
disabled={false}
|
|
400257
400387
|
isAddBtn={true}
|
|
400258
400388
|
onClick={[Function]}
|
|
@@ -400261,6 +400391,7 @@ new message content.",
|
|
|
400261
400391
|
<Button
|
|
400262
400392
|
block={false}
|
|
400263
400393
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
400394
|
+
data-testid="suffix-button"
|
|
400264
400395
|
disabled={false}
|
|
400265
400396
|
ghost={false}
|
|
400266
400397
|
htmlType="button"
|
|
@@ -400271,6 +400402,7 @@ new message content.",
|
|
|
400271
400402
|
<Wave>
|
|
400272
400403
|
<button
|
|
400273
400404
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
400405
|
+
data-testid="suffix-button"
|
|
400274
400406
|
disabled={false}
|
|
400275
400407
|
onClick={[Function]}
|
|
400276
400408
|
type="button"
|
|
@@ -403496,7 +403628,7 @@ new message content.",
|
|
|
403496
403628
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
403497
403629
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
403498
403630
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
403499
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
403631
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
403500
403632
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
403501
403633
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
403502
403634
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -406527,7 +406659,7 @@ new message content.",
|
|
|
406527
406659
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
406528
406660
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
406529
406661
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
406530
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
406662
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
406531
406663
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
406532
406664
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
406533
406665
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -407120,7 +407252,7 @@ new message content.",
|
|
|
407120
407252
|
],
|
|
407121
407253
|
Array [
|
|
407122
407254
|
Object {
|
|
407123
|
-
"defaultMessage": "These will be
|
|
407255
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
407124
407256
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
407125
407257
|
},
|
|
407126
407258
|
],
|
|
@@ -407359,7 +407491,7 @@ new message content.",
|
|
|
407359
407491
|
],
|
|
407360
407492
|
Array [
|
|
407361
407493
|
Object {
|
|
407362
|
-
"defaultMessage": "These will be
|
|
407494
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
407363
407495
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
407364
407496
|
},
|
|
407365
407497
|
],
|
|
@@ -407598,7 +407730,7 @@ new message content.",
|
|
|
407598
407730
|
],
|
|
407599
407731
|
Array [
|
|
407600
407732
|
Object {
|
|
407601
|
-
"defaultMessage": "These will be
|
|
407733
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
407602
407734
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
407603
407735
|
},
|
|
407604
407736
|
],
|
|
@@ -407837,7 +407969,7 @@ new message content.",
|
|
|
407837
407969
|
],
|
|
407838
407970
|
Array [
|
|
407839
407971
|
Object {
|
|
407840
|
-
"defaultMessage": "These will be
|
|
407972
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
407841
407973
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
407842
407974
|
},
|
|
407843
407975
|
],
|
|
@@ -408076,7 +408208,7 @@ new message content.",
|
|
|
408076
408208
|
],
|
|
408077
408209
|
Array [
|
|
408078
408210
|
Object {
|
|
408079
|
-
"defaultMessage": "These will be
|
|
408211
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
408080
408212
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
408081
408213
|
},
|
|
408082
408214
|
],
|
|
@@ -413863,12 +413995,15 @@ new message content.",
|
|
|
413863
413995
|
inline={false}
|
|
413864
413996
|
size="large"
|
|
413865
413997
|
suffix={
|
|
413866
|
-
<
|
|
413867
|
-
|
|
413868
|
-
|
|
413869
|
-
|
|
413870
|
-
|
|
413871
|
-
|
|
413998
|
+
<React.Fragment>
|
|
413999
|
+
<CapButton
|
|
414000
|
+
data-testid="suffix-button"
|
|
414001
|
+
disabled={false}
|
|
414002
|
+
isAddBtn={true}
|
|
414003
|
+
onClick={[Function]}
|
|
414004
|
+
type="flat"
|
|
414005
|
+
/>
|
|
414006
|
+
</React.Fragment>
|
|
413872
414007
|
}
|
|
413873
414008
|
title={
|
|
413874
414009
|
<CapHeading
|
|
@@ -414615,6 +414750,7 @@ new message content.",
|
|
|
414615
414750
|
</CapHeading>
|
|
414616
414751
|
</div>
|
|
414617
414752
|
<CapButton
|
|
414753
|
+
data-testid="suffix-button"
|
|
414618
414754
|
disabled={false}
|
|
414619
414755
|
isAddBtn={true}
|
|
414620
414756
|
onClick={[Function]}
|
|
@@ -414623,6 +414759,7 @@ new message content.",
|
|
|
414623
414759
|
<Button
|
|
414624
414760
|
block={false}
|
|
414625
414761
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
414762
|
+
data-testid="suffix-button"
|
|
414626
414763
|
disabled={false}
|
|
414627
414764
|
ghost={false}
|
|
414628
414765
|
htmlType="button"
|
|
@@ -414633,6 +414770,7 @@ new message content.",
|
|
|
414633
414770
|
<Wave>
|
|
414634
414771
|
<button
|
|
414635
414772
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
414773
|
+
data-testid="suffix-button"
|
|
414636
414774
|
disabled={false}
|
|
414637
414775
|
onClick={[Function]}
|
|
414638
414776
|
type="button"
|
|
@@ -417858,7 +417996,7 @@ new message content.",
|
|
|
417858
417996
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
417859
417997
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
417860
417998
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
417861
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
417999
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
417862
418000
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
417863
418001
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
417864
418002
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -420889,7 +421027,7 @@ new message content.",
|
|
|
420889
421027
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
420890
421028
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
420891
421029
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
420892
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
421030
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
420893
421031
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
420894
421032
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
420895
421033
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -421470,7 +421608,7 @@ new message content.",
|
|
|
421470
421608
|
],
|
|
421471
421609
|
Array [
|
|
421472
421610
|
Object {
|
|
421473
|
-
"defaultMessage": "These will be
|
|
421611
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
421474
421612
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
421475
421613
|
},
|
|
421476
421614
|
],
|
|
@@ -421753,7 +421891,7 @@ new message content.",
|
|
|
421753
421891
|
],
|
|
421754
421892
|
Array [
|
|
421755
421893
|
Object {
|
|
421756
|
-
"defaultMessage": "These will be
|
|
421894
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
421757
421895
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
421758
421896
|
},
|
|
421759
421897
|
],
|
|
@@ -422048,7 +422186,7 @@ new message content.",
|
|
|
422048
422186
|
],
|
|
422049
422187
|
Array [
|
|
422050
422188
|
Object {
|
|
422051
|
-
"defaultMessage": "These will be
|
|
422189
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
422052
422190
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
422053
422191
|
},
|
|
422054
422192
|
],
|
|
@@ -422343,7 +422481,7 @@ new message content.",
|
|
|
422343
422481
|
],
|
|
422344
422482
|
Array [
|
|
422345
422483
|
Object {
|
|
422346
|
-
"defaultMessage": "These will be
|
|
422484
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
422347
422485
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
422348
422486
|
},
|
|
422349
422487
|
],
|
|
@@ -422638,7 +422776,7 @@ new message content.",
|
|
|
422638
422776
|
],
|
|
422639
422777
|
Array [
|
|
422640
422778
|
Object {
|
|
422641
|
-
"defaultMessage": "These will be
|
|
422779
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
422642
422780
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
422643
422781
|
},
|
|
422644
422782
|
],
|
|
@@ -422933,7 +423071,7 @@ new message content.",
|
|
|
422933
423071
|
],
|
|
422934
423072
|
Array [
|
|
422935
423073
|
Object {
|
|
422936
|
-
"defaultMessage": "These will be
|
|
423074
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
422937
423075
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
422938
423076
|
},
|
|
422939
423077
|
],
|
|
@@ -423259,7 +423397,7 @@ new message content.",
|
|
|
423259
423397
|
],
|
|
423260
423398
|
Array [
|
|
423261
423399
|
Object {
|
|
423262
|
-
"defaultMessage": "These will be
|
|
423400
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
423263
423401
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
423264
423402
|
},
|
|
423265
423403
|
],
|
|
@@ -423597,7 +423735,7 @@ new message content.",
|
|
|
423597
423735
|
],
|
|
423598
423736
|
Array [
|
|
423599
423737
|
Object {
|
|
423600
|
-
"defaultMessage": "These will be
|
|
423738
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
423601
423739
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
423602
423740
|
},
|
|
423603
423741
|
],
|
|
@@ -423929,7 +424067,7 @@ new message content.",
|
|
|
423929
424067
|
],
|
|
423930
424068
|
Array [
|
|
423931
424069
|
Object {
|
|
423932
|
-
"defaultMessage": "These will be
|
|
424070
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
423933
424071
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
423934
424072
|
},
|
|
423935
424073
|
],
|
|
@@ -424261,7 +424399,7 @@ new message content.",
|
|
|
424261
424399
|
],
|
|
424262
424400
|
Array [
|
|
424263
424401
|
Object {
|
|
424264
|
-
"defaultMessage": "These will be
|
|
424402
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
424265
424403
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
424266
424404
|
},
|
|
424267
424405
|
],
|
|
@@ -432115,11 +432253,14 @@ new message content.",
|
|
|
432115
432253
|
inline={false}
|
|
432116
432254
|
size="large"
|
|
432117
432255
|
suffix={
|
|
432118
|
-
<
|
|
432119
|
-
|
|
432120
|
-
|
|
432121
|
-
|
|
432122
|
-
|
|
432256
|
+
<React.Fragment>
|
|
432257
|
+
<CapButton
|
|
432258
|
+
data-testid="suffix-button"
|
|
432259
|
+
isAddBtn={true}
|
|
432260
|
+
onClick={[Function]}
|
|
432261
|
+
type="flat"
|
|
432262
|
+
/>
|
|
432263
|
+
</React.Fragment>
|
|
432123
432264
|
}
|
|
432124
432265
|
title={
|
|
432125
432266
|
<CapHeading
|
|
@@ -432866,6 +433007,7 @@ new message content.",
|
|
|
432866
433007
|
</CapHeading>
|
|
432867
433008
|
</div>
|
|
432868
433009
|
<CapButton
|
|
433010
|
+
data-testid="suffix-button"
|
|
432869
433011
|
isAddBtn={true}
|
|
432870
433012
|
onClick={[Function]}
|
|
432871
433013
|
type="flat"
|
|
@@ -432873,6 +433015,7 @@ new message content.",
|
|
|
432873
433015
|
<Button
|
|
432874
433016
|
block={false}
|
|
432875
433017
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
433018
|
+
data-testid="suffix-button"
|
|
432876
433019
|
ghost={false}
|
|
432877
433020
|
htmlType="button"
|
|
432878
433021
|
loading={false}
|
|
@@ -432882,6 +433025,7 @@ new message content.",
|
|
|
432882
433025
|
<Wave>
|
|
432883
433026
|
<button
|
|
432884
433027
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
433028
|
+
data-testid="suffix-button"
|
|
432885
433029
|
onClick={[Function]}
|
|
432886
433030
|
type="button"
|
|
432887
433031
|
>
|
|
@@ -436848,7 +436992,7 @@ new message content.",
|
|
|
436848
436992
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
436849
436993
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
436850
436994
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
436851
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
436995
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
436852
436996
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
436853
436997
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
436854
436998
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -439903,7 +440047,7 @@ new message content.",
|
|
|
439903
440047
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
439904
440048
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
439905
440049
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
439906
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
440050
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
439907
440051
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
439908
440052
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
439909
440053
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -442942,7 +443086,7 @@ new message content.",
|
|
|
442942
443086
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
442943
443087
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
442944
443088
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
442945
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
443089
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
442946
443090
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
442947
443091
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
442948
443092
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -443589,7 +443733,7 @@ undefined",
|
|
|
443589
443733
|
],
|
|
443590
443734
|
Array [
|
|
443591
443735
|
Object {
|
|
443592
|
-
"defaultMessage": "These will be
|
|
443736
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
443593
443737
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
443594
443738
|
},
|
|
443595
443739
|
],
|
|
@@ -443872,7 +444016,7 @@ undefined",
|
|
|
443872
444016
|
],
|
|
443873
444017
|
Array [
|
|
443874
444018
|
Object {
|
|
443875
|
-
"defaultMessage": "These will be
|
|
444019
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
443876
444020
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
443877
444021
|
},
|
|
443878
444022
|
],
|
|
@@ -444167,7 +444311,7 @@ undefined",
|
|
|
444167
444311
|
],
|
|
444168
444312
|
Array [
|
|
444169
444313
|
Object {
|
|
444170
|
-
"defaultMessage": "These will be
|
|
444314
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
444171
444315
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
444172
444316
|
},
|
|
444173
444317
|
],
|
|
@@ -444462,7 +444606,7 @@ undefined",
|
|
|
444462
444606
|
],
|
|
444463
444607
|
Array [
|
|
444464
444608
|
Object {
|
|
444465
|
-
"defaultMessage": "These will be
|
|
444609
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
444466
444610
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
444467
444611
|
},
|
|
444468
444612
|
],
|
|
@@ -444757,7 +444901,7 @@ undefined",
|
|
|
444757
444901
|
],
|
|
444758
444902
|
Array [
|
|
444759
444903
|
Object {
|
|
444760
|
-
"defaultMessage": "These will be
|
|
444904
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
444761
444905
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
444762
444906
|
},
|
|
444763
444907
|
],
|
|
@@ -445052,7 +445196,7 @@ undefined",
|
|
|
445052
445196
|
],
|
|
445053
445197
|
Array [
|
|
445054
445198
|
Object {
|
|
445055
|
-
"defaultMessage": "These will be
|
|
445199
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
445056
445200
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
445057
445201
|
},
|
|
445058
445202
|
],
|
|
@@ -445378,7 +445522,7 @@ undefined",
|
|
|
445378
445522
|
],
|
|
445379
445523
|
Array [
|
|
445380
445524
|
Object {
|
|
445381
|
-
"defaultMessage": "These will be
|
|
445525
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
445382
445526
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
445383
445527
|
},
|
|
445384
445528
|
],
|
|
@@ -445716,7 +445860,7 @@ undefined",
|
|
|
445716
445860
|
],
|
|
445717
445861
|
Array [
|
|
445718
445862
|
Object {
|
|
445719
|
-
"defaultMessage": "These will be
|
|
445863
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
445720
445864
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
445721
445865
|
},
|
|
445722
445866
|
],
|
|
@@ -446048,7 +446192,7 @@ undefined",
|
|
|
446048
446192
|
],
|
|
446049
446193
|
Array [
|
|
446050
446194
|
Object {
|
|
446051
|
-
"defaultMessage": "These will be
|
|
446195
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
446052
446196
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
446053
446197
|
},
|
|
446054
446198
|
],
|
|
@@ -446380,7 +446524,7 @@ undefined",
|
|
|
446380
446524
|
],
|
|
446381
446525
|
Array [
|
|
446382
446526
|
Object {
|
|
446383
|
-
"defaultMessage": "These will be
|
|
446527
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
446384
446528
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
446385
446529
|
},
|
|
446386
446530
|
],
|
|
@@ -446712,7 +446856,7 @@ undefined",
|
|
|
446712
446856
|
],
|
|
446713
446857
|
Array [
|
|
446714
446858
|
Object {
|
|
446715
|
-
"defaultMessage": "These will be
|
|
446859
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
446716
446860
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
446717
446861
|
},
|
|
446718
446862
|
],
|
|
@@ -454804,11 +454948,14 @@ undefined",
|
|
|
454804
454948
|
inline={false}
|
|
454805
454949
|
size="large"
|
|
454806
454950
|
suffix={
|
|
454807
|
-
<
|
|
454808
|
-
|
|
454809
|
-
|
|
454810
|
-
|
|
454811
|
-
|
|
454951
|
+
<React.Fragment>
|
|
454952
|
+
<CapButton
|
|
454953
|
+
data-testid="suffix-button"
|
|
454954
|
+
isAddBtn={true}
|
|
454955
|
+
onClick={[Function]}
|
|
454956
|
+
type="flat"
|
|
454957
|
+
/>
|
|
454958
|
+
</React.Fragment>
|
|
454812
454959
|
}
|
|
454813
454960
|
title={
|
|
454814
454961
|
<CapHeading
|
|
@@ -455555,6 +455702,7 @@ undefined",
|
|
|
455555
455702
|
</CapHeading>
|
|
455556
455703
|
</div>
|
|
455557
455704
|
<CapButton
|
|
455705
|
+
data-testid="suffix-button"
|
|
455558
455706
|
isAddBtn={true}
|
|
455559
455707
|
onClick={[Function]}
|
|
455560
455708
|
type="flat"
|
|
@@ -455562,6 +455710,7 @@ undefined",
|
|
|
455562
455710
|
<Button
|
|
455563
455711
|
block={false}
|
|
455564
455712
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
455713
|
+
data-testid="suffix-button"
|
|
455565
455714
|
ghost={false}
|
|
455566
455715
|
htmlType="button"
|
|
455567
455716
|
loading={false}
|
|
@@ -455571,6 +455720,7 @@ undefined",
|
|
|
455571
455720
|
<Wave>
|
|
455572
455721
|
<button
|
|
455573
455722
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
455723
|
+
data-testid="suffix-button"
|
|
455574
455724
|
onClick={[Function]}
|
|
455575
455725
|
type="button"
|
|
455576
455726
|
>
|
|
@@ -459585,7 +459735,7 @@ new message content.",
|
|
|
459585
459735
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
459586
459736
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
459587
459737
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
459588
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
459738
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
459589
459739
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
459590
459740
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
459591
459741
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -463553,7 +463703,7 @@ new message content.",
|
|
|
463553
463703
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
463554
463704
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
463555
463705
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
463556
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
463706
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
463557
463707
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
463558
463708
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
463559
463709
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -466690,7 +466840,7 @@ new message content.",
|
|
|
466690
466840
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
466691
466841
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
466692
466842
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
466693
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
466843
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
466694
466844
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
466695
466845
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
466696
466846
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -467343,7 +467493,7 @@ undefined",
|
|
|
467343
467493
|
],
|
|
467344
467494
|
Array [
|
|
467345
467495
|
Object {
|
|
467346
|
-
"defaultMessage": "These will be
|
|
467496
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
467347
467497
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
467348
467498
|
},
|
|
467349
467499
|
],
|
|
@@ -467626,7 +467776,7 @@ undefined",
|
|
|
467626
467776
|
],
|
|
467627
467777
|
Array [
|
|
467628
467778
|
Object {
|
|
467629
|
-
"defaultMessage": "These will be
|
|
467779
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
467630
467780
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
467631
467781
|
},
|
|
467632
467782
|
],
|
|
@@ -467921,7 +468071,7 @@ undefined",
|
|
|
467921
468071
|
],
|
|
467922
468072
|
Array [
|
|
467923
468073
|
Object {
|
|
467924
|
-
"defaultMessage": "These will be
|
|
468074
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
467925
468075
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
467926
468076
|
},
|
|
467927
468077
|
],
|
|
@@ -468216,7 +468366,7 @@ undefined",
|
|
|
468216
468366
|
],
|
|
468217
468367
|
Array [
|
|
468218
468368
|
Object {
|
|
468219
|
-
"defaultMessage": "These will be
|
|
468369
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
468220
468370
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
468221
468371
|
},
|
|
468222
468372
|
],
|
|
@@ -468511,7 +468661,7 @@ undefined",
|
|
|
468511
468661
|
],
|
|
468512
468662
|
Array [
|
|
468513
468663
|
Object {
|
|
468514
|
-
"defaultMessage": "These will be
|
|
468664
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
468515
468665
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
468516
468666
|
},
|
|
468517
468667
|
],
|
|
@@ -468806,7 +468956,7 @@ undefined",
|
|
|
468806
468956
|
],
|
|
468807
468957
|
Array [
|
|
468808
468958
|
Object {
|
|
468809
|
-
"defaultMessage": "These will be
|
|
468959
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
468810
468960
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
468811
468961
|
},
|
|
468812
468962
|
],
|
|
@@ -469132,7 +469282,7 @@ undefined",
|
|
|
469132
469282
|
],
|
|
469133
469283
|
Array [
|
|
469134
469284
|
Object {
|
|
469135
|
-
"defaultMessage": "These will be
|
|
469285
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
469136
469286
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
469137
469287
|
},
|
|
469138
469288
|
],
|
|
@@ -469470,7 +469620,7 @@ undefined",
|
|
|
469470
469620
|
],
|
|
469471
469621
|
Array [
|
|
469472
469622
|
Object {
|
|
469473
|
-
"defaultMessage": "These will be
|
|
469623
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
469474
469624
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
469475
469625
|
},
|
|
469476
469626
|
],
|
|
@@ -469802,7 +469952,7 @@ undefined",
|
|
|
469802
469952
|
],
|
|
469803
469953
|
Array [
|
|
469804
469954
|
Object {
|
|
469805
|
-
"defaultMessage": "These will be
|
|
469955
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
469806
469956
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
469807
469957
|
},
|
|
469808
469958
|
],
|
|
@@ -470134,7 +470284,7 @@ undefined",
|
|
|
470134
470284
|
],
|
|
470135
470285
|
Array [
|
|
470136
470286
|
Object {
|
|
470137
|
-
"defaultMessage": "These will be
|
|
470287
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
470138
470288
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
470139
470289
|
},
|
|
470140
470290
|
],
|
|
@@ -470466,7 +470616,7 @@ undefined",
|
|
|
470466
470616
|
],
|
|
470467
470617
|
Array [
|
|
470468
470618
|
Object {
|
|
470469
|
-
"defaultMessage": "These will be
|
|
470619
|
+
"defaultMessage": "These will be clickable buttons below your message.",
|
|
470470
470620
|
"id": "creatives.containersV2.Whatsapp.btnDesc",
|
|
470471
470621
|
},
|
|
470472
470622
|
],
|
|
@@ -478558,11 +478708,14 @@ undefined",
|
|
|
478558
478708
|
inline={false}
|
|
478559
478709
|
size="large"
|
|
478560
478710
|
suffix={
|
|
478561
|
-
<
|
|
478562
|
-
|
|
478563
|
-
|
|
478564
|
-
|
|
478565
|
-
|
|
478711
|
+
<React.Fragment>
|
|
478712
|
+
<CapButton
|
|
478713
|
+
data-testid="suffix-button"
|
|
478714
|
+
isAddBtn={true}
|
|
478715
|
+
onClick={[Function]}
|
|
478716
|
+
type="flat"
|
|
478717
|
+
/>
|
|
478718
|
+
</React.Fragment>
|
|
478566
478719
|
}
|
|
478567
478720
|
title={
|
|
478568
478721
|
<CapHeading
|
|
@@ -479309,6 +479462,7 @@ undefined",
|
|
|
479309
479462
|
</CapHeading>
|
|
479310
479463
|
</div>
|
|
479311
479464
|
<CapButton
|
|
479465
|
+
data-testid="suffix-button"
|
|
479312
479466
|
isAddBtn={true}
|
|
479313
479467
|
onClick={[Function]}
|
|
479314
479468
|
type="flat"
|
|
@@ -479316,6 +479470,7 @@ undefined",
|
|
|
479316
479470
|
<Button
|
|
479317
479471
|
block={false}
|
|
479318
479472
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
479473
|
+
data-testid="suffix-button"
|
|
479319
479474
|
ghost={false}
|
|
479320
479475
|
htmlType="button"
|
|
479321
479476
|
loading={false}
|
|
@@ -479325,6 +479480,7 @@ undefined",
|
|
|
479325
479480
|
<Wave>
|
|
479326
479481
|
<button
|
|
479327
479482
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
479483
|
+
data-testid="suffix-button"
|
|
479328
479484
|
onClick={[Function]}
|
|
479329
479485
|
type="button"
|
|
479330
479486
|
>
|
|
@@ -483375,7 +483531,7 @@ new message content.",
|
|
|
483375
483531
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
483376
483532
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
483377
483533
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
483378
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
483534
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
483379
483535
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
483380
483536
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
483381
483537
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|
|
@@ -486995,7 +487151,7 @@ new message content.",
|
|
|
486995
487151
|
"creatives.containersV2.Whatsapp.awaitingStatusMsg": "This template is awaiting approval",
|
|
486996
487152
|
"creatives.containersV2.Whatsapp.azerbaijani": "Azerbaijani",
|
|
486997
487153
|
"creatives.containersV2.Whatsapp.bengali": "Bengali",
|
|
486998
|
-
"creatives.containersV2.Whatsapp.btnDesc": "These will be
|
|
487154
|
+
"creatives.containersV2.Whatsapp.btnDesc": "These will be clickable buttons below your message.",
|
|
486999
487155
|
"creatives.containersV2.Whatsapp.btnDisabledTooltip": "Please add all mandatory fields to proceed further",
|
|
487000
487156
|
"creatives.containersV2.Whatsapp.btnLabel": "Buttons",
|
|
487001
487157
|
"creatives.containersV2.Whatsapp.btnTypeCTA": "Call to action",
|