@@ -177,7 +177,7 @@ exports[`ListControl should add to list when add button is clicked 1`] = `
177
177
<button
178
178
class = " emotion-10 emotion-11"
179
179
>
180
- Add list
180
+ editor.editorWidgets. list.add
181
181
<span
182
182
class = " emotion-0 emotion-8 emotion-2"
183
183
>
@@ -406,7 +406,7 @@ exports[`ListControl should remove from list when remove button is clicked 1`] =
406
406
<button
407
407
class = " emotion-10 emotion-11"
408
408
>
409
- Add list
409
+ editor.editorWidgets. list.add
410
410
<span
411
411
class = " emotion-0 emotion-8 emotion-2"
412
412
>
@@ -665,7 +665,7 @@ exports[`ListControl should remove from list when remove button is clicked 2`] =
665
665
<button
666
666
class = " emotion-10 emotion-11"
667
667
>
668
- Add list
668
+ editor.editorWidgets. list.add
669
669
<span
670
670
class = " emotion-0 emotion-8 emotion-2"
671
671
>
@@ -905,7 +905,7 @@ exports[`ListControl should render list with fields with collapse = "false" and
905
905
<button
906
906
class = " emotion-10 emotion-11"
907
907
>
908
- Add list
908
+ editor.editorWidgets. list.add
909
909
<span
910
910
class = " emotion-0 emotion-8 emotion-2"
911
911
>
@@ -1163,7 +1163,7 @@ exports[`ListControl should render list with fields with collapse = "false" and
1163
1163
<button
1164
1164
class = " emotion-10 emotion-11"
1165
1165
>
1166
- Add list
1166
+ editor.editorWidgets. list.add
1167
1167
<span
1168
1168
class = " emotion-0 emotion-8 emotion-2"
1169
1169
>
@@ -1422,7 +1422,7 @@ exports[`ListControl should render list with fields with default collapse ("true
1422
1422
<button
1423
1423
class = " emotion-10 emotion-11"
1424
1424
>
1425
- Add list
1425
+ editor.editorWidgets. list.add
1426
1426
<span
1427
1427
class = " emotion-0 emotion-8 emotion-2"
1428
1428
>
@@ -1663,7 +1663,7 @@ exports[`ListControl should render list with fields with default collapse ("true
1663
1663
<button
1664
1664
class = " emotion-10 emotion-11"
1665
1665
>
1666
- Add list
1666
+ editor.editorWidgets. list.add
1667
1667
<span
1668
1668
class = " emotion-0 emotion-8 emotion-2"
1669
1669
>
@@ -1862,7 +1862,7 @@ exports[`ListControl should render list with nested object 1`] = `
1862
1862
<button
1863
1863
class = " emotion-10 emotion-11"
1864
1864
>
1865
- Add list
1865
+ editor.editorWidgets. list.add
1866
1866
<span
1867
1867
class = " emotion-0 emotion-8 emotion-2"
1868
1868
>
@@ -2120,7 +2120,7 @@ exports[`ListControl should render list with nested object with collapse = false
2120
2120
<button
2121
2121
class = " emotion-10 emotion-11"
2122
2122
>
2123
- Add list
2123
+ editor.editorWidgets. list.add
2124
2124
<span
2125
2125
class = " emotion-0 emotion-8 emotion-2"
2126
2126
>
0 commit comments