oneentry 1.0.49 → 1.0.51

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/README.md CHANGED
@@ -132,7 +132,7 @@ Example return:
132
132
  <summary>Schema</summary>
133
133
 
134
134
  **id:** number <br>
135
- *object identifier*
135
+ *object identifier*<br>
136
136
  example: 1764 <br>
137
137
 
138
138
  **identifier:** string <br>
@@ -142,11 +142,11 @@ default: admin1 <br>
142
142
 
143
143
  **attributeSetId:** number <br>
144
144
  *Attribute set identifier* <br>
145
- example: 7
145
+ example: 7<br>
146
146
 
147
147
  **isSync** boolean <br>
148
148
  *Page indexing flag (true or false)* <br>
149
- example: false
149
+ example: false <br>
150
150
 
151
151
  **attributeValues:** Record<string, string> <br>
152
152
  *Array of attribute values from the index (presented as a pair of user attribute identifier: attribute value)* <br>
@@ -154,7 +154,7 @@ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "",
154
154
 
155
155
  **position:** number <br>
156
156
  *Position number (for sorting)* <br>
157
- example: 192
157
+ example: 192 <br>
158
158
 
159
159
  </details>
160
160
 
@@ -227,8 +227,8 @@ example: list <br>
227
227
  **marker:** string <br>
228
228
  *textual identifier of the attribute (marker)* <br>
229
229
  Enum:
230
- [ string, text, textWithHeader, integer, real, float, dateTime, date, time, file, image, groupOfImages, radioButton, list, button ]
231
- example: list1
230
+ [ string, text, textWithHeader, integer, real, float, dateTime, date, time, file, image, groupOfImages, radioButton, list, button ] <br>
231
+ example: list1 <br>
232
232
 
233
233
  **position:** number <br>
234
234
  *position number for sorting* <br>
@@ -236,7 +236,7 @@ example: 192 <br>
236
236
 
237
237
  **validators:** Record<string, any> <br>
238
238
  *set of validators for validation* <br>
239
- example: OrderedMap { "requiredValidator": OrderedMap { "strict": true }, "defaultValueValidator": OrderedMap { "fieldDefaultValue": 11 } }
239
+ example: OrderedMap { "requiredValidator": OrderedMap { "strict": true }, "defaultValueValidator": OrderedMap { "fieldDefaultValue": 11 } } <br>
240
240
 
241
241
  **localizeInfos:** Record<string, any> <br>
242
242
  *localization data for the set (name)* <br>
@@ -244,7 +244,7 @@ example: OrderedMap { "title": "My attribute" } <br>
244
244
 
245
245
  **listTitles** Record<string, any> <br>
246
246
  *array of values (with extended data) for list and radioButton attributes* <br>
247
- example: List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ]
247
+ example: List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ] <br>
248
248
 
249
249
  </details>
250
250
 
@@ -304,8 +304,8 @@ example: list <br>
304
304
  **marker:** string <br>
305
305
  *textual identifier of the attribute (marker)* <br>
306
306
  Enum:
307
- [ string, text, textWithHeader, integer, real, float, dateTime, date, time, file, image, groupOfImages, radioButton, list, button ]
308
- example: list1
307
+ [ string, text, textWithHeader, integer, real, float, dateTime, date, time, file, image, groupOfImages, radioButton, list, button ] <br>
308
+ example: list1 <br>
309
309
 
310
310
  **position:** number <br>
311
311
  *position number for sorting* <br>
@@ -313,7 +313,7 @@ example: 192 <br>
313
313
 
314
314
  **validators:** Record<string, any> <br>
315
315
  *set of validators for validation* <br>
316
- example: OrderedMap { "requiredValidator": OrderedMap { "strict": true }, "defaultValueValidator": OrderedMap { "fieldDefaultValue": 11 } }
316
+ example: OrderedMap { "requiredValidator": OrderedMap { "strict": true }, "defaultValueValidator": OrderedMap { "fieldDefaultValue": 11 } } <br>
317
317
 
318
318
  **localizeInfos:** Record<string, any> <br>
319
319
  *localization data for the set (name)* <br>
@@ -321,7 +321,7 @@ example: OrderedMap { "title": "My attribute" } <br>
321
321
 
322
322
  **listTitles** Record<string, any> <br>
323
323
  *array of values (with extended data) for list and radioButton attributes* <br>
324
- example: List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ]
324
+ example: List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ] <br>
325
325
 
326
326
  </details>
327
327
 
@@ -390,42 +390,42 @@ example: 1764 <br>
390
390
 
391
391
  **attributeSetId:** number <br>
392
392
  *identifier for the used attribute set* <br>
393
- example: 7
393
+ example: 7 <br>
394
394
 
395
395
  **localizeInfos:** CommonLocalizeInfos <br>
396
396
  *block name with localization* <br>
397
- example: OrderedMap { "en_US": OrderedMap { "title": "My block" } }
397
+ example: OrderedMap { "en_US": OrderedMap { "title": "My block" } } <br>
398
398
 
399
399
  **customSettings:** BlockCustomSettings <br>
400
400
  *custom settings for different block types* <br>
401
- example: OrderedMap { "sliderDelay": 0, "sliderDelayType": "", "productQuantity": 4, "productSortType": "By_ID", "productSortOrder": "Descending", "productCountElementsPerRow": 10, "similarProductRules": List [ OrderedMap { "property": "Descending", "includes": "", "keywords": "", "strict": "" } ] }
401
+ example: OrderedMap { "sliderDelay": 0, "sliderDelayType": "", "productQuantity": 4, "productSortType": "By_ID", "productSortOrder": "Descending", "productCountElementsPerRow": 10, "similarProductRules": List [ OrderedMap { "property": "Descending", "includes": "", "keywords": "", "strict": "" } ] } <br>
402
402
 
403
403
  **version:** number <br>
404
404
  *object version number* <br>
405
- example: 10
405
+ example: 10 <br>
406
406
 
407
407
  **identifier:** string <br>
408
408
  *textual identifier for the field record* <br>
409
409
  example: catalog <br>
410
- default: marker
410
+ default: marker <br>
411
411
 
412
412
  **position:** number <br>
413
413
  *position number (for sorting)* <br>
414
- example: 192
414
+ example: 192 <br>
415
415
 
416
416
  **attributeValues:** Record<string, string> <br>
417
417
  *array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
418
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
418
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
419
419
 
420
420
  **type:** string <br>
421
421
  *block type* <br>
422
- example: forNewsPage
422
+ example: forNewsPage <br>
423
423
 
424
424
  **templateIdentifier:** string <br>
425
425
  *template marker used by the block (can be null)* <br>
426
426
  Enum:
427
- [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
428
- example: null
427
+ [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
428
+ example: null <br>
429
429
 
430
430
  </details>
431
431
  ---
@@ -470,13 +470,13 @@ Example return:
470
470
  <summary>Schema</summary>
471
471
 
472
472
  **filename:** string <br>
473
- *filename with relative path*
473
+ *filename with relative path* <br>
474
474
 
475
475
  **downloadLink:** string <br>
476
- *link for downloading the file*
476
+ *link for downloading the file* <br>
477
477
 
478
478
  **size** number <br>
479
- *size of the file in bytes*
479
+ *size of the file in bytes* <br>
480
480
 
481
481
  </details>
482
482
 
@@ -584,40 +584,40 @@ Example return:
584
584
 
585
585
  **id:** number <br>
586
586
  *object identifier* <br>
587
- example: 1764
587
+ example: 1764 <br>
588
588
 
589
589
  **attributeSetId:** number <br>
590
590
  *identifier of the attribute set used* <br>
591
591
 
592
592
  **processingType:** string <br>
593
593
  *form processing type* <br>
594
- example: email
594
+ example: email <br>
595
595
 
596
596
  **localizeInfos:** FormLocalizeInfos <br>
597
597
  *form name with localization* <br>
598
598
  Enum:
599
599
  [ db, email, script ]
600
- example: OrderedMap { "en_US": OrderedMap { "title": "My Form", "titleForSite": "", "successMessage": "", "unsuccessMessage": "", "urlAddress": "", "database": "0", "script": "0" } }
600
+ example: OrderedMap { "en_US": OrderedMap { "title": "My Form", "titleForSite": "", "successMessage": "", "unsuccessMessage": "", "urlAddress": "", "database": "0", "script": "0" } } <br>
601
601
 
602
602
  **processingData:** ProcessingData <br>
603
- *form data*
603
+ *form data* <br>
604
604
 
605
605
  **version:** number <br>
606
606
  *object version number* <br>
607
- example: 10
607
+ example: 10 <br>
608
608
 
609
609
  **identifier:** string <br>
610
610
  *textual identifier for the record field* <br>
611
- example: catalog
612
- default: marker
611
+ example: catalog <br>
612
+ default: marker <br>
613
613
 
614
614
  **position:** number <br>
615
615
  *position number (for sorting)* <br>
616
- example: 192
616
+ example: 192 <br>
617
617
 
618
618
  **attributes:** <br>
619
619
  *array of attribute values from the used attribute set for displaying the form (taking into account the specified language)* <br>
620
- example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ]
620
+ example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ] <br>
621
621
 
622
622
  </details>
623
623
 
@@ -684,40 +684,40 @@ Example return:
684
684
 
685
685
  **id:** number <br>
686
686
  *object identifier* <br>
687
- example: 1764
687
+ example: 1764 <br>
688
688
 
689
689
  **attributeSetId:** number <br>
690
690
  *identifier of the attribute set used* <br>
691
691
 
692
692
  **processingType:** string <br>
693
693
  *form processing type* <br>
694
- example: email
694
+ example: email <br>
695
695
 
696
696
  **localizeInfos:** FormLocalizeInfos <br>
697
697
  *form name with localization* <br>
698
698
  Enum:
699
699
  [ db, email, script ]
700
- example: OrderedMap { "en_US": OrderedMap { "title": "My Form", "titleForSite": "", "successMessage": "", "unsuccessMessage": "", "urlAddress": "", "database": "0", "script": "0" } }
700
+ example: OrderedMap { "en_US": OrderedMap { "title": "My Form", "titleForSite": "", "successMessage": "", "unsuccessMessage": "", "urlAddress": "", "database": "0", "script": "0" } } <br>
701
701
 
702
702
  **processingData:** ProcessingData <br>
703
- *form data*
703
+ *form data* <br>
704
704
 
705
705
  **version:** number <br>
706
706
  *object version number* <br>
707
- example: 10
707
+ example: 10 <br>
708
708
 
709
709
  **identifier:** string <br>
710
710
  *textual identifier for the record field* <br>
711
- example: catalog
712
- default: marker
711
+ example: catalog <br>
712
+ default: marker <br>
713
713
 
714
714
  **position:** number <br>
715
715
  *position number (for sorting)* <br>
716
- example: 192
716
+ example: 192 <br>
717
717
 
718
718
  **attributes:** <br>
719
719
  *array of attribute values from the used attribute set for displaying the form (taking into account the specified language)* <br>
720
- example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ]
720
+ example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ] <br>
721
721
 
722
722
  </details>
723
723
 
@@ -754,19 +754,19 @@ Example return:
754
754
 
755
755
  **id:** number <br>
756
756
  *object identifier* <br>
757
- example: 1764
757
+ example: 1764 <br>
758
758
 
759
759
  **formIdentifier:** string <br>
760
760
  *Text identifier of the form object (marker)* <br>
761
- example: my-form
761
+ example: my-form <br>
762
762
 
763
763
  **time:** Date <br>
764
764
  *Date and time of form modification* <br>
765
- example: 2023-02-12 10:56
765
+ example: 2023-02-12 10:56 <br>
766
766
 
767
767
  **formData:** FormDataLangType <br>
768
768
  *Data submitted by the form* <br>
769
- example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] }
769
+ example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] } <br>
770
770
 
771
771
  </details>
772
772
 
@@ -798,23 +798,23 @@ Example return:
798
798
 
799
799
  **id:** number <br>
800
800
  *object identifier* <br>
801
- example: 1764
801
+ example: 1764 <br>
802
802
 
803
803
  **formIdentifier:** string <br>
804
804
  *Text identifier of the form object (marker)* <br>
805
- example: my-form
805
+ example: my-form <br>
806
806
 
807
807
  **time:** Date <br>
808
808
  *Date and time of form modification* <br>
809
- example: 2023-02-12 10:56
809
+ example: 2023-02-12 10:56 <br>
810
810
 
811
811
  **formData:** FormDataLangType <br>
812
812
  *Data submitted by the form* <br>
813
- example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] }
813
+ example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] } <br>
814
814
 
815
- **attributeSetIdentifier:** string
816
- *text identifier (marker) of the used attribute set*
817
- example: test-form
815
+ **attributeSetIdentifier:** string <br>
816
+ *text identifier (marker) of the used attribute set* <br>
817
+ example: test-form <br>
818
818
 
819
819
  </details>
820
820
 
@@ -847,23 +847,23 @@ Example return:
847
847
 
848
848
  **id:** number <br>
849
849
  *object identifier* <br>
850
- example: 1764
850
+ example: 1764 <br>
851
851
 
852
852
  **formIdentifier:** string <br>
853
853
  *Text identifier of the form object (marker)* <br>
854
- example: my-form
854
+ example: my-form <br>
855
855
 
856
856
  **time:** Date <br>
857
857
  *Date and time of form modification* <br>
858
- example: 2023-02-12 10:56
858
+ example: 2023-02-12 10:56 <br>
859
859
 
860
860
  **formData:** FormDataLangType <br>
861
861
  *Data submitted by the form* <br>
862
- example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] }
862
+ example: OrderedMap { "en_US": List [ OrderedMap { "marker": "naimenovanie_1", "value": "Name" } ] } <br>
863
863
 
864
- **attributeSetIdentifier:** string
865
- *text identifier (marker) of the used attribute set*
866
- example: test-form
864
+ **attributeSetIdentifier:** string <br>
865
+ *text identifier (marker) of the used attribute set* <br>
866
+ example: test-form <br>
867
867
 
868
868
  </details>
869
869
 
@@ -897,13 +897,13 @@ Example return:
897
897
 
898
898
  **id:** number <br>
899
899
  *object identifier* <br>
900
- example: 1764
900
+ example: 1764 <br>
901
901
 
902
902
  **type:** string <br>
903
903
  *type value* <br>
904
904
  example: forNewsPage <br>
905
905
  Enum:
906
- [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
906
+ [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
907
907
 
908
908
  </details>
909
909
  ---
@@ -945,35 +945,35 @@ Example return:
945
945
 
946
946
  **id:** number <br>
947
947
  *object identifier* <br>
948
- example: 1764
948
+ example: 1764 <br>
949
949
 
950
950
  **shortCode:** string <br>
951
951
  *language code (short)* <br>
952
- example: en
952
+ example: en <br>
953
953
 
954
954
  **code:** string <br>
955
955
  *language code with country code* <br>
956
- example: en_US
956
+ example: en_US <br>
957
957
 
958
958
  **name** string <br>
959
959
  *Language name (in English)* <br>
960
- example: Bengali
960
+ example: Bengali <br>
961
961
 
962
962
  **nativeName** string <br>
963
963
  *Language name (in native language)* <br>
964
- example: বাংলা
964
+ example: বাংলা <br>
965
965
 
966
966
  **isActive:** boolean <br>
967
967
  *Flag of usage* <br>
968
- example: false
968
+ example: false <br>
969
969
 
970
- **image:** string
971
- *Graphic image of the language (under development)*
972
- example: 🇦🇨
970
+ **image:** string <br>
971
+ *Graphic image of the language (under development)* <br>
972
+ example: 🇦🇨 <br>
973
973
 
974
974
  **position:** {
975
975
  description:position number
976
- }
976
+ } <br>
977
977
  </details>
978
978
  ---
979
979
 
@@ -1017,28 +1017,28 @@ Example return:
1017
1017
 
1018
1018
  **id:** number <br>
1019
1019
  *object identifier* <br>
1020
- example: 1764
1020
+ example: 1764 <br>
1021
1021
 
1022
1022
  **updatedDate:** string($date-time) <br>
1023
1023
  *object modification date* <br>
1024
1024
 
1025
1025
  **version:** number <br>
1026
1026
  *version number of the object change* <br>
1027
- example: 10
1027
+ example: 10 <br>
1028
1028
 
1029
1029
  **identifier?:** string <br>
1030
1030
  *textual identifier for a record field* <br>
1031
- example: catalog
1031
+ example: catalog <br>
1032
1032
 
1033
1033
  **name?:** string <br>
1034
- *name*
1034
+ *name* <br>
1035
1035
 
1036
1036
  **marker?:** string <br>
1037
- *textual identifier*
1037
+ *textual identifier* <br>
1038
1038
 
1039
1039
  **localizeInfos:** CommonLocalizeInfos <br>
1040
1040
  *localized marker name* <br>
1041
- example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } }
1041
+ example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } } <br>
1042
1042
  </details>
1043
1043
 
1044
1044
 
@@ -1071,28 +1071,28 @@ Example return:
1071
1071
 
1072
1072
  **id:** number <br>
1073
1073
  *object identifier* <br>
1074
- example: 1764
1074
+ example: 1764 <br>
1075
1075
 
1076
1076
  **updatedDate:** string($date-time) <br>
1077
1077
  *object modification date* <br>
1078
1078
 
1079
1079
  **version:** number <br>
1080
1080
  *version number of the object change* <br>
1081
- example: 10
1081
+ example: 10 <br>
1082
1082
 
1083
1083
  **identifier?:** string <br>
1084
1084
  *textual identifier for a record field* <br>
1085
- example: catalog
1085
+ example: catalog <br>
1086
1086
 
1087
1087
  **name?:** string <br>
1088
- *name*
1088
+ *name* <br>
1089
1089
 
1090
1090
  **marker?:** string <br>
1091
- *textual identifier*
1091
+ *textual identifier* <br>
1092
1092
 
1093
1093
  **localizeInfos:** CommonLocalizeInfos <br>
1094
1094
  *localized marker name* <br>
1095
- example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } }
1095
+ example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } } <br>
1096
1096
  </details>
1097
1097
 
1098
1098
  ### Markers.getMarkerByMarker(marker)
@@ -1124,28 +1124,28 @@ Example return:
1124
1124
 
1125
1125
  **id:** number <br>
1126
1126
  *object identifier* <br>
1127
- example: 1764
1127
+ example: 1764 <br>
1128
1128
 
1129
1129
  **updatedDate:** string($date-time) <br>
1130
1130
  *object modification date* <br>
1131
1131
 
1132
1132
  **version:** number <br>
1133
1133
  *version number of the object change* <br>
1134
- example: 10
1134
+ example: 10 <br>
1135
1135
 
1136
1136
  **identifier?:** string <br>
1137
1137
  *textual identifier for a record field* <br>
1138
- example: catalog
1138
+ example: catalog <br>
1139
1139
 
1140
1140
  **name?:** string <br>
1141
- *name*
1141
+ *name* <br>
1142
1142
 
1143
1143
  **marker?:** string <br>
1144
- *textual identifier*
1144
+ *textual identifier* <br>
1145
1145
 
1146
1146
  **localizeInfos:** CommonLocalizeInfos <br>
1147
1147
  *localized marker name* <br>
1148
- example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } }
1148
+ example: OrderedMap { "en_US": OrderedMap { "title": "My marker" } } <br>
1149
1149
  </details>
1150
1150
 
1151
1151
  ---
@@ -1179,11 +1179,9 @@ Example return:
1179
1179
  "id": 11,
1180
1180
  "pageUrl": "122",
1181
1181
  "localizeInfos": {
1182
- "en_US": {
1183
- "title": "12",
1184
- "content": "",
1185
- "menuTitle": "12"
1186
- }
1182
+ "title": "12",
1183
+ "content": "",
1184
+ "menuTitle": "12"
1187
1185
  },
1188
1186
  "position": 0,
1189
1187
  "parentId": null
@@ -1197,25 +1195,26 @@ Example return:
1197
1195
 
1198
1196
  **id:** number <br>
1199
1197
  *object identifier* <br>
1200
- example: 1764
1198
+ example: 1764 <br>
1201
1199
 
1202
1200
  **identifier:** string <br>
1203
1201
  *textual identifier for a record field* <br>
1204
- example: catalog
1202
+ example: catalog <br>
1205
1203
 
1206
1204
  **localizeInfos** Record<string, any> <br>
1207
1205
  *json object description of the menu item with the language "en_US" (for example)* <br>
1208
- example: OrderedMap { "en_US": OrderedMap { "title": "Main Menu" } }
1206
+ example: OrderedMap { "en_US": OrderedMap { "title": "Main Menu" } } <br>
1209
1207
 
1210
- **pages:**
1211
- *data of the pages included in the menu*
1212
- example: List [ OrderedMap { "id": 11, "pageUrl": "122", "localizeInfos": OrderedMap { "en_US": OrderedMap { "title": "12", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "12" } }, "position": 0, "parentId": null } ]
1208
+ **pages:** <br>
1209
+ *data of the pages included in the menu* <br>
1210
+ example: List [ OrderedMap { "id": 11, "pageUrl": "122", "localizeInfos": OrderedMap { "en_US": OrderedMap { "title": "12", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "12" } }, "position": 0, "parentId": null } ] <br>
1213
1211
  </details>
1214
1212
 
1215
1213
  ---
1216
1214
 
1217
1215
  ## <h2 id="pages"> Pages </h2>
1218
1216
 
1217
+
1219
1218
  ```js
1220
1219
  const { Pages } = defineOneEntry('your-url')
1221
1220
  ```
@@ -1269,73 +1268,73 @@ Example return:
1269
1268
 
1270
1269
  **id:** number <br>
1271
1270
  *object identifier* <br>
1272
- example: 1764
1271
+ example: 1764 <br>
1273
1272
 
1274
1273
  **parentId** number <br>
1275
1274
  *parent page identifier, if null, it is a top-level page* <br>
1276
- example: null
1275
+ example: null <br>
1277
1276
 
1278
1277
  **config** Record<string, number> <br>
1279
1278
  *output settings for catalog pages* <br>
1280
- example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 }
1279
+ example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 } <br>
1281
1280
 
1282
1281
  **pageUrl** string <br>
1283
- *unique page URL*
1282
+ *unique page URL* <br>
1284
1283
 
1285
1284
  **depth** number <br>
1286
1285
  *page nesting depth relative to parentId* <br>
1287
- example: 3
1286
+ example: 3 <br>
1288
1287
 
1289
1288
  **localizeInfos:** Record<string, any> <br>
1290
1289
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
1291
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
1290
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
1292
1291
 
1293
1292
  **isVisible:** boolean <br>
1294
1293
  *Page visibility flag* <br>
1295
- example: true
1294
+ example: true <br>
1296
1295
 
1297
1296
  **products** number <br>
1298
1297
  *Number of products linked to the page* <br>
1299
- example: 0
1298
+ example: 0 <br>
1300
1299
 
1301
1300
  **attributeSetId:** number <br>
1302
1301
  *attribute set identifier* <br>
1303
- example: 7
1302
+ example: 7 <br>
1304
1303
 
1305
1304
  **forms** <br>
1306
- *Array of FormEntity object identifier values linked to the page (optional)*
1305
+ *Array of FormEntity object identifier values linked to the page (optional)* <br>
1307
1306
 
1308
1307
 
1309
1308
  **blocks** <br>
1310
- *Array of BlockEntity object identifier values linked to the page (optional)*
1309
+ *Array of BlockEntity object identifier values linked to the page (optional)* <br>
1311
1310
 
1312
1311
 
1313
1312
  **isSync:** boolean <br>
1314
1313
  *indicator of page indexing (true or false)* <br>
1315
- example: false
1314
+ example: false <br>
1316
1315
 
1317
1316
  **templateIdentifier:** string <br>
1318
1317
  *Custom identifier of the linked template* <br>
1319
- example: my-template
1318
+ example: my-template <br>
1320
1319
 
1321
1320
  **attributeValues:** Record<string, string> <br>
1322
1321
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
1323
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
1322
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
1324
1323
 
1325
1324
  **position:** number <br>
1326
1325
  *position number for sorting (optional)* <br>
1327
- example: 192
1326
+ example: 192 <br>
1328
1327
 
1329
1328
  **type:** string <br>
1330
1329
  *Page type* <br>
1331
- example: forNewsPage
1330
+ example: forNewsPage <br>
1332
1331
  Enum:
1333
- [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
1332
+ [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
1334
1333
 
1335
1334
 
1336
1335
  **childrenCount:** number <br>
1337
1336
  *number of nested pages* <br>
1338
- example: 0
1337
+ example: 0 <br>
1339
1338
 
1340
1339
  </details>
1341
1340
 
@@ -1387,73 +1386,73 @@ Example return:
1387
1386
 
1388
1387
  **id:** number <br>
1389
1388
  *object identifier* <br>
1390
- example: 1764
1389
+ example: 1764 <br>
1391
1390
 
1392
1391
  **parentId** number <br>
1393
1392
  *parent page identifier, if null, it is a top-level page* <br>
1394
- example: null
1393
+ example: null <br>
1395
1394
 
1396
1395
  **config** Record<string, number> <br>
1397
1396
  *output settings for catalog pages* <br>
1398
- example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 }
1397
+ example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 } <br>
1399
1398
 
1400
1399
  **pageUrl** string <br>
1401
- *unique page URL*
1400
+ *unique page URL* <br>
1402
1401
 
1403
1402
  **depth** number <br>
1404
1403
  *page nesting depth relative to parentId* <br>
1405
- example: 3
1404
+ example: 3 <br>
1406
1405
 
1407
1406
  **localizeInfos:** Record<string, any> <br>
1408
1407
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
1409
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
1408
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
1410
1409
 
1411
1410
  **isVisible:** boolean <br>
1412
1411
  *Page visibility flag* <br>
1413
- example: true
1412
+ example: true <br>
1414
1413
 
1415
1414
  **products** number <br>
1416
1415
  *Number of products linked to the page* <br>
1417
- example: 0
1416
+ example: 0 <br>
1418
1417
 
1419
1418
  **attributeSetId:** number <br>
1420
1419
  *attribute set identifier* <br>
1421
- example: 7
1420
+ example: 7 <br>
1422
1421
 
1423
1422
  **forms** <br>
1424
- *Array of FormEntity object identifier values linked to the page (optional)*
1423
+ *Array of FormEntity object identifier values linked to the page (optional)* <br>
1425
1424
 
1426
1425
 
1427
1426
  **blocks** <br>
1428
- *Array of BlockEntity object identifier values linked to the page (optional)*
1427
+ *Array of BlockEntity object identifier values linked to the page (optional)* <br>
1429
1428
 
1430
1429
 
1431
1430
  **isSync:** boolean <br>
1432
1431
  *indicator of page indexing (true or false)* <br>
1433
- example: false
1432
+ example: false <br>
1434
1433
 
1435
1434
  **templateIdentifier:** string <br>
1436
1435
  *Custom identifier of the linked template* <br>
1437
- example: my-template
1436
+ example: my-template <br>
1438
1437
 
1439
1438
  **attributeValues:** Record<string, string> <br>
1440
1439
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
1441
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
1440
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
1442
1441
 
1443
1442
  **position:** number <br>
1444
1443
  *position number for sorting (optional)* <br>
1445
- example: 192
1444
+ example: 192 <br>
1446
1445
 
1447
1446
  **type:** string <br>
1448
1447
  *Page type* <br>
1449
- example: forNewsPage
1448
+ example: forNewsPage <br>
1450
1449
  Enum:
1451
- [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
1450
+ [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
1452
1451
 
1453
1452
 
1454
1453
  **childrenCount:** number <br>
1455
1454
  *number of nested pages* <br>
1456
- example: 0
1455
+ example: 0 <br>
1457
1456
 
1458
1457
  </details>
1459
1458
 
@@ -1505,73 +1504,73 @@ Example return:
1505
1504
 
1506
1505
  **id:** number <br>
1507
1506
  *object identifier* <br>
1508
- example: 1764
1507
+ example: 1764 <br>
1509
1508
 
1510
1509
  **parentId** number <br>
1511
1510
  *parent page identifier, if null, it is a top-level page* <br>
1512
- example: null
1511
+ example: null <br>
1513
1512
 
1514
1513
  **config** Record<string, number> <br>
1515
1514
  *output settings for catalog pages* <br>
1516
- example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 }
1515
+ example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 } <br>
1517
1516
 
1518
1517
  **pageUrl** string <br>
1519
- *unique page URL*
1518
+ *unique page URL* <br>
1520
1519
 
1521
1520
  **depth** number <br>
1522
1521
  *page nesting depth relative to parentId* <br>
1523
- example: 3
1522
+ example: 3 <br>
1524
1523
 
1525
1524
  **localizeInfos:** Record<string, any> <br>
1526
1525
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
1527
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
1526
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
1528
1527
 
1529
1528
  **isVisible:** boolean <br>
1530
1529
  *Page visibility flag* <br>
1531
- example: true
1530
+ example: true <br>
1532
1531
 
1533
1532
  **products** number <br>
1534
1533
  *Number of products linked to the page* <br>
1535
- example: 0
1534
+ example: 0 <br>
1536
1535
 
1537
1536
  **attributeSetId:** number <br>
1538
1537
  *attribute set identifier* <br>
1539
- example: 7
1538
+ example: 7 <br>
1540
1539
 
1541
1540
  **forms** <br>
1542
- *Array of FormEntity object identifier values linked to the page (optional)*
1541
+ *Array of FormEntity object identifier values linked to the page (optional)* <br>
1543
1542
 
1544
1543
 
1545
1544
  **blocks** <br>
1546
- *Array of BlockEntity object identifier values linked to the page (optional)*
1545
+ *Array of BlockEntity object identifier values linked to the page (optional)* <br>
1547
1546
 
1548
1547
 
1549
1548
  **isSync:** boolean <br>
1550
1549
  *indicator of page indexing (true or false)* <br>
1551
- example: false
1550
+ example: false <br>
1552
1551
 
1553
1552
  **templateIdentifier:** string <br>
1554
1553
  *Custom identifier of the linked template* <br>
1555
- example: my-template
1554
+ example: my-template <br>
1556
1555
 
1557
1556
  **attributeValues:** Record<string, string> <br>
1558
1557
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
1559
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
1558
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
1560
1559
 
1561
1560
  **position:** number <br>
1562
1561
  *position number for sorting (optional)* <br>
1563
- example: 192
1562
+ example: 192 <br>
1564
1563
 
1565
1564
  **type:** string <br>
1566
1565
  *Page type* <br>
1567
- example: forNewsPage
1566
+ example: forNewsPage <br>
1568
1567
  Enum:
1569
- [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
1568
+ [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
1570
1569
 
1571
1570
 
1572
1571
  **childrenCount:** number <br>
1573
1572
  *number of nested pages* <br>
1574
- example: 0
1573
+ example: 0 <br>
1575
1574
 
1576
1575
  </details>
1577
1576
 
@@ -1615,61 +1614,61 @@ Example return:
1615
1614
 
1616
1615
  **id:** number <br>
1617
1616
  *object identifier* <br>
1618
- example: 1764
1617
+ example: 1764 <br>
1619
1618
 
1620
1619
  **parentId** number <br>
1621
1620
  *parent page identifier, if null, it is a top-level page* <br>
1622
- example: null
1621
+ example: null <br>
1623
1622
 
1624
1623
  **pageUrl** string <br>
1625
- *unique page URL*
1624
+ *unique page URL* <br>
1626
1625
 
1627
1626
  **depth** number <br>
1628
1627
  *page nesting depth relative to parentId* <br>
1629
- example: 3
1628
+ example: 3 <br>
1630
1629
 
1631
1630
  **localizeInfos:** Record<string, any> <br>
1632
1631
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
1633
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
1632
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
1634
1633
 
1635
1634
  **isVisible:** boolean <br>
1636
1635
  *Page visibility flag* <br>
1637
- example: true
1636
+ example: true <br>
1638
1637
 
1639
1638
  **position:** number <br>
1640
1639
  *position number (for sorting)* <br>
1641
- example: 192
1640
+ example: 192 <br>
1642
1641
 
1643
1642
  **type** string <br>
1644
1643
  *page type:* <br>
1645
1644
  example: forNewsPage <br>
1646
1645
  Enum:
1647
- [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
1646
+ [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
1648
1647
 
1649
1648
 
1650
1649
  **templateIdentifier:** string <br>
1651
1650
  *custom identifier of the associated template* <br>
1652
- example: my-template
1651
+ example: my-template <br>
1653
1652
 
1654
1653
  **attributeSetId:** number <br>
1655
1654
  *attribute set identifier* <br>
1656
- example: 7
1655
+ example: 7 <br>
1657
1656
 
1658
1657
  **forms** <br>
1659
- *Array of FormEntity object identifier values linked to the page (optional)*
1658
+ *Array of FormEntity object identifier values linked to the page (optional)* <br>
1660
1659
 
1661
1660
 
1662
1661
  **blocks** <br>
1663
- *Array of BlockEntity object identifier values linked to the page (optional)*
1662
+ *Array of BlockEntity object identifier values linked to the page (optional)* <br>
1664
1663
 
1665
1664
 
1666
1665
  **isSync:** boolean <br>
1667
1666
  *indicator of page indexing (true or false)* <br>
1668
- example: false
1667
+ example: false <br>
1669
1668
 
1670
1669
  **products** number <br>
1671
1670
  *number of products associated with the page* <br>
1672
- example: 0
1671
+ example: 0 <br>
1673
1672
 
1674
1673
  </details>
1675
1674
 
@@ -1713,52 +1712,52 @@ Example return:
1713
1712
 
1714
1713
  **id:** number <br>
1715
1714
  *object identifier* <br>
1716
- example: 1764
1715
+ example: 1764 <br>
1717
1716
 
1718
1717
  **parentId** number <br>
1719
1718
  *parent page identifier, if null, it is a top-level page* <br>
1720
- example: null
1719
+ example: null <br>
1721
1720
 
1722
1721
  **pageUrl** string <br>
1723
- *unique page URL*
1722
+ *unique page URL* <br>
1724
1723
 
1725
1724
  **depth** number <br>
1726
1725
  *page nesting depth relative to parentId* <br>
1727
- example: 3
1726
+ example: 3 <br>
1728
1727
 
1729
1728
  **localizeInfos:** Record<string, any> <br>
1730
1729
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
1731
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
1730
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
1732
1731
 
1733
1732
  **isVisible:** boolean <br>
1734
1733
  *Page visibility flag* <br>
1735
- example: true
1734
+ example: true <br>
1736
1735
 
1737
1736
  **position:** number <br>
1738
1737
  *position number (for sorting)* <br>
1739
- example: 192
1738
+ example: 192 <br>
1740
1739
 
1741
1740
  **type** string <br>
1742
1741
  *page type:* <br>
1743
1742
  example: forNewsPage <br>
1744
1743
  Enum:
1745
- [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
1744
+ [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
1746
1745
 
1747
1746
 
1748
1747
  **templateIdentifier:** string <br>
1749
1748
  *custom identifier of the associated template* <br>
1750
- example: my-template
1749
+ example: my-template <br>
1751
1750
 
1752
1751
  **attributeSetId:** number <br>
1753
1752
  *attribute set identifier* <br>
1754
- example: 7
1753
+ example: 7 <br>
1755
1754
 
1756
1755
  **forms** <br>
1757
- *Array of FormEntity object identifier values linked to the page (optional)*
1756
+ *Array of FormEntity object identifier values linked to the page (optional)* <br>
1758
1757
 
1759
1758
 
1760
1759
  **blocks** <br>
1761
- *Array of BlockEntity object identifier values linked to the page (optional)*
1760
+ *Array of BlockEntity object identifier values linked to the page (optional)* <br>
1762
1761
 
1763
1762
 
1764
1763
  **isSync:** boolean <br>
@@ -1767,7 +1766,7 @@ example: false
1767
1766
 
1768
1767
  **products** number <br>
1769
1768
  *number of products associated with the page* <br>
1770
- example: 0
1769
+ example: 0 <br>
1771
1770
 
1772
1771
  </details>
1773
1772
 
@@ -1828,38 +1827,38 @@ Example return:
1828
1827
 
1829
1828
  **id:** number <br>
1830
1829
  *object identifier* <br>
1831
- example: 1764
1830
+ example: 1764 <br>
1832
1831
 
1833
1832
  **parentId** number <br>
1834
1833
  *parent page identifier, if null, it is a top-level page* <br>
1835
- example: null
1834
+ example: null <br>
1836
1835
 
1837
1836
  **config** Record<string, number> <br>
1838
1837
  *output settings for catalog pages* <br>
1839
- example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 }
1838
+ example: OrderedMap { "rowsPerPage": 1, "productsPerRow": 1 } <br>
1840
1839
 
1841
1840
  **pageUrl** string <br>
1842
- *unique page URL*
1841
+ *unique page URL* <br>
1843
1842
 
1844
1843
  **depth** number <br>
1845
1844
  *page nesting depth relative to parentId* <br>
1846
- example: 3
1845
+ example: 3 <br>
1847
1846
 
1848
1847
  **localizeInfos:** Record<string, any> <br>
1849
1848
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
1850
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
1849
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
1851
1850
 
1852
1851
  **isVisible:** boolean <br>
1853
1852
  *Page visibility flag* <br>
1854
- example: true
1853
+ example: true <br>
1855
1854
 
1856
1855
  **products** number <br>
1857
1856
  *Number of products linked to the page* <br>
1858
- example: 0
1857
+ example: 0 <br>
1859
1858
 
1860
1859
  **attributeSetId:** number <br>
1861
1860
  *attribute set identifier* <br>
1862
- example: 7
1861
+ example: 7 <br>
1863
1862
 
1864
1863
  **forms** <br>
1865
1864
  *Array of FormEntity object identifier values linked to the page (optional)*
@@ -1871,30 +1870,30 @@ example: 7
1871
1870
 
1872
1871
  **isSync:** boolean <br>
1873
1872
  *indicator of page indexing (true or false)* <br>
1874
- example: false
1873
+ example: false <br>
1875
1874
 
1876
1875
  **templateIdentifier:** string <br>
1877
1876
  *Custom identifier of the linked template* <br>
1878
- example: my-template
1877
+ example: my-template <br>
1879
1878
 
1880
1879
  **attributeValues:** Record<string, string> <br>
1881
1880
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
1882
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
1881
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
1883
1882
 
1884
1883
  **position:** number <br>
1885
1884
  *position number for sorting (optional)* <br>
1886
- example: 192
1885
+ example: 192 <br>
1887
1886
 
1888
1887
  **type:** string <br>
1889
1888
  *Page type* <br>
1890
- example: forNewsPage
1889
+ example: forNewsPage <br>
1891
1890
  Enum:
1892
- [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
1891
+ [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
1893
1892
 
1894
1893
 
1895
1894
  **childrenCount:** number <br>
1896
1895
  *number of nested pages* <br>
1897
- example: 0
1896
+ example: 0 <br>
1898
1897
 
1899
1898
  </details>
1900
1899
 
@@ -1954,49 +1953,49 @@ Example return:
1954
1953
 
1955
1954
  **id:** number <br>
1956
1955
  *object identifier* <br>
1957
- example: 1764
1956
+ example: 1764 <br>
1958
1957
 
1959
1958
  **version** number <br>
1960
1959
  *object version number* <br>
1961
- example: 10
1960
+ example: 10 <br>
1962
1961
 
1963
1962
  **identifier:** string <br>
1964
1963
  *text identifier for the record field* <br>
1965
- example: catalog
1964
+ example: catalog <br>
1966
1965
 
1967
1966
  **attributeSetId:** number <br>
1968
1967
  *attribute set identifier* <br>
1969
- example: 7
1968
+ example: 7 <br>
1970
1969
 
1971
1970
  **localizeInfos:** Record<string, any> <br>
1972
1971
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
1973
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
1972
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
1974
1973
 
1975
1974
  **customSettings:** BlockCustomSettings <br>
1976
1975
  *custom settings for different types of blocks* <br>
1977
- example: OrderedMap { "sliderDelay": 0, "sliderDelayType": "", "productQuantity": 4, "productSortType": "By_ID", "productSortOrder": "Descending", "productCountElementsPerRow": 10, "similarProductRules": List [ OrderedMap { "property": "Descending", "includes": "", "keywords": "", "strict": "" } ] }
1976
+ example: OrderedMap { "sliderDelay": 0, "sliderDelayType": "", "productQuantity": 4, "productSortType": "By_ID", "productSortOrder": "Descending", "productCountElementsPerRow": 10, "similarProductRules": List [ OrderedMap { "property": "Descending", "includes": "", "keywords": "", "strict": "" } ] } <br>
1978
1977
 
1979
1978
  **isSync:** boolean <br>
1980
1979
  *indicator of page indexing (true or false)* <br>
1981
- example: false
1980
+ example: false <br>
1982
1981
 
1983
1982
  **attributeValues:** Record<string, string> <br>
1984
1983
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
1985
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
1984
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
1986
1985
 
1987
1986
  **position:** number <br>
1988
1987
  *position number for sorting (optional)* <br>
1989
- example: 192
1988
+ example: 192 <br>
1990
1989
 
1991
1990
  **type:** string <br>
1992
1991
  *Page type* <br>
1993
- example: forNewsPage
1992
+ example: forNewsPage <br>
1994
1993
  Enum:
1995
- [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ]
1994
+ [ forCatalogProducts, forBasketPage, forErrorPage, forCatalogPages, forProductPreview, forProductPage, forSimilarProductBlock, forStatisticProductBlock, forProductBlock, forForm, forFormField, forNewsPage, forNewsBlock, forNewsPreview, forOneNewsPage, forUsualPage, forTextBlock, forSlider, service ] <br>
1996
1995
 
1997
1996
  **templateIdentifier:** string <br>
1998
1997
  *marker of the template used by the block (can be null)* <br>
1999
- example: null
1998
+ example: null <br>
2000
1999
 
2001
2000
  </details>
2002
2001
 
@@ -2066,41 +2065,41 @@ Example return:
2066
2065
 
2067
2066
  **id:** number <br>
2068
2067
  *object identifier* <br>
2069
- example: 1764
2068
+ example: 1764 <br>
2070
2069
 
2071
2070
  **version** number <br>
2072
2071
  *object version number* <br>
2073
- example: 10
2072
+ example: 10 <br>
2074
2073
 
2075
2074
  **identifier:** string <br>
2076
2075
  *text identifier for the record field* <br>
2077
- example: catalog
2076
+ example: catalog <br>
2078
2077
 
2079
2078
  **attributeSetId:** number <br>
2080
2079
  *attribute set identifier* <br>
2081
- example: 7
2080
+ example: 7 <br>
2082
2081
 
2083
2082
  **processingType:** string <br>
2084
2083
  *form processing type* <br>
2085
- example: email
2084
+ example: email <br>
2086
2085
  Enum:
2087
- [ db, email, script ]
2086
+ [ db, email, script ] <br>
2088
2087
 
2089
2088
  **localizeInfos:** Record<string, any> <br>
2090
2089
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
2091
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
2090
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
2092
2091
 
2093
2092
  **processingData:** <br>
2094
- *form data*
2093
+ *form data* <br>
2095
2094
 
2096
2095
 
2097
2096
  **attributes:** Record<string, string> <br>
2098
2097
  *array of attribute values from the used attribute set for displaying the form (taking into account the specified language)* <br>
2099
- example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ]
2098
+ example: List [ OrderedMap { "type": "list", "marker": "l1", "position": 2, "listTitles": List [ OrderedMap { "title": "red", "value": 1, "position": 1, "extendedValue": null, "extendedValueType": null }, OrderedMap { "title": "yellow", "value": 2, "position": 2, "extendedValue": null, "extendedValueType": null } ], "validators": OrderedMap {}, "localizeInfos": OrderedMap { "title": "l1" } } ] <br>
2100
2099
 
2101
2100
  **position:** number <br>
2102
2101
  *position number for sorting (optional)* <br>
2103
- example: 192
2102
+ example: 192 <br>
2104
2103
 
2105
2104
  </details>
2106
2105
 
@@ -2123,13 +2122,13 @@ Example return:
2123
2122
  <details>
2124
2123
  <summary>Schema</summary>
2125
2124
 
2126
- **rowsPerPage:** number
2127
- *Number of rows per page*
2128
- example: 10
2125
+ **rowsPerPage:** number <br>
2126
+ *Number of rows per page* <br>
2127
+ example: 10 <br>
2129
2128
 
2130
- **productsPerRow** number
2131
- *Number of products per row*
2132
- example: 10
2129
+ **productsPerRow** number <br>
2130
+ *Number of products per row* <br>
2131
+ example: 10 <br>
2133
2132
 
2134
2133
  </details>
2135
2134
 
@@ -2262,55 +2261,55 @@ Example return:
2262
2261
 
2263
2262
  **id:** number <br>
2264
2263
  *object identifier* <br>
2265
- example: 1764
2264
+ example: 1764 <br>
2266
2265
 
2267
2266
  **localizeInfos:** Record<string, any> <br>
2268
2267
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
2269
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
2268
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
2270
2269
 
2271
2270
  **isVisible:** boolean <br>
2272
2271
  *Page visibility flag* <br>
2273
- example: true
2272
+ example: true <br>
2274
2273
 
2275
2274
  **position:** number <br>
2276
2275
  *position number (for sorting)* <br>
2277
- example: 192
2276
+ example: 192 <br>
2278
2277
 
2279
2278
  **templateIdentifier:** string <br>
2280
2279
  *custom identifier of the associated template* <br>
2281
- example: my-template
2280
+ example: my-template <br>
2282
2281
 
2283
2282
  **attributeSetId:** number <br>
2284
2283
  *attribute set identifier* <br>
2285
- example: 7
2284
+ example: 7 <br>
2286
2285
 
2287
2286
  **isSync:** boolean <br>
2288
2287
  *indicator of page indexing (true or false)* <br>
2289
- example: false
2288
+ example: false <br>
2290
2289
 
2291
2290
  **attributeValues:** Record<string, string> <br>
2292
2291
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
2293
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
2292
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
2294
2293
 
2295
2294
  **statusId:** number <br>
2296
2295
  *status identifiers of the product page (can be null)* <br>
2297
- example: 1
2296
+ example: 1 <br>
2298
2297
 
2299
2298
  **relatedIds:** array <br>
2300
2299
  *identifiers of related product pages* <br>
2301
- example: List [ 1, 2, 3 ]
2300
+ example: List [ 1, 2, 3 ] <br>
2302
2301
 
2303
2302
  **price:** number <br>
2304
2303
  *price value of the product page taken from the index* <br>
2305
- example: 0
2304
+ example: 0 <br>
2306
2305
 
2307
- **templateIdentifier** string
2308
- *custom identifier of the associated template*
2309
- example: my-template
2306
+ **templateIdentifier** string <br>
2307
+ *custom identifier of the associated template* <br>
2308
+ example: my-template <br>
2310
2309
 
2311
2310
  **shortDescTemplateIdentifier** string <br>
2312
2311
  *custom identifier of the associated template for short description* <br>
2313
- example: my-template-short
2312
+ example: my-template-short <br>
2314
2313
 
2315
2314
  </details>
2316
2315
 
@@ -2359,55 +2358,55 @@ Example return:
2359
2358
 
2360
2359
  **id:** number <br>
2361
2360
  *object identifier* <br>
2362
- example: 1764
2361
+ example: 1764 <br>
2363
2362
 
2364
2363
  **localizeInfos:** Record<string, any> <br>
2365
2364
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
2366
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
2365
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
2367
2366
 
2368
2367
  **isVisible:** boolean <br>
2369
2368
  *Page visibility flag* <br>
2370
- example: true
2369
+ example: true <br>
2371
2370
 
2372
2371
  **position:** number <br>
2373
2372
  *position number (for sorting)* <br>
2374
- example: 192
2373
+ example: 192 <br>
2375
2374
 
2376
2375
  **templateIdentifier:** string <br>
2377
2376
  *custom identifier of the associated template* <br>
2378
- example: my-template
2377
+ example: my-template <br>
2379
2378
 
2380
2379
  **attributeSetId:** number <br>
2381
2380
  *attribute set identifier* <br>
2382
- example: 7
2381
+ example: 7 <br>
2383
2382
 
2384
2383
  **isSync:** boolean <br>
2385
2384
  *indicator of page indexing (true or false)* <br>
2386
- example: false
2385
+ example: false <br>
2387
2386
 
2388
2387
  **attributeValues:** Record<string, string> <br>
2389
2388
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
2390
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
2389
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
2391
2390
 
2392
2391
  **statusId:** number <br>
2393
2392
  *status identifiers of the product page (can be null)* <br>
2394
- example: 1
2393
+ example: 1 <br>
2395
2394
 
2396
2395
  **relatedIds:** array <br>
2397
2396
  *identifiers of related product pages* <br>
2398
- example: List [ 1, 2, 3 ]
2397
+ example: List [ 1, 2, 3 ] <br>
2399
2398
 
2400
2399
  **price:** number <br>
2401
2400
  *price value of the product page taken from the index* <br>
2402
- example: 0
2401
+ example: 0 <br>
2403
2402
 
2404
- **templateIdentifier** string
2405
- *custom identifier of the associated template*
2406
- example: my-template
2403
+ **templateIdentifier** string <br>
2404
+ *custom identifier of the associated template* <br>
2405
+ example: my-template <br>
2407
2406
 
2408
2407
  **shortDescTemplateIdentifier** string <br>
2409
2408
  *custom identifier of the associated template for short description* <br>
2410
- example: my-template-short
2409
+ example: my-template-short <br>
2411
2410
 
2412
2411
  </details>
2413
2412
 
@@ -2462,55 +2461,55 @@ Example return:
2462
2461
 
2463
2462
  **id:** number <br>
2464
2463
  *object identifier* <br>
2465
- example: 1764
2464
+ example: 1764 <br>
2466
2465
 
2467
2466
  **localizeInfos:** Record<string, any> <br>
2468
2467
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
2469
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
2468
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
2470
2469
 
2471
2470
  **isVisible:** boolean <br>
2472
2471
  *Page visibility flag* <br>
2473
- example: true
2472
+ example: true <br>
2474
2473
 
2475
2474
  **position:** number <br>
2476
2475
  *position number (for sorting)* <br>
2477
- example: 192
2476
+ example: 192 <br>
2478
2477
 
2479
2478
  **templateIdentifier:** string <br>
2480
2479
  *custom identifier of the associated template* <br>
2481
- example: my-template
2480
+ example: my-template <br>
2482
2481
 
2483
2482
  **attributeSetId:** number <br>
2484
2483
  *attribute set identifier* <br>
2485
- example: 7
2484
+ example: 7 <br>
2486
2485
 
2487
2486
  **isSync:** boolean <br>
2488
2487
  *indicator of page indexing (true or false)* <br>
2489
- example: false
2488
+ example: false <br>
2490
2489
 
2491
2490
  **attributeValues:** Record<string, string> <br>
2492
2491
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
2493
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
2492
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
2494
2493
 
2495
2494
  **statusId:** number <br>
2496
2495
  *status identifiers of the product page (can be null)* <br>
2497
- example: 1
2496
+ example: 1 <br>
2498
2497
 
2499
2498
  **relatedIds:** array <br>
2500
2499
  *identifiers of related product pages* <br>
2501
- example: List [ 1, 2, 3 ]
2500
+ example: List [ 1, 2, 3 ] <br>
2502
2501
 
2503
2502
  **price:** number <br>
2504
2503
  *price value of the product page taken from the index* <br>
2505
- example: 0
2504
+ example: 0 <br>
2506
2505
 
2507
- **templateIdentifier** string
2508
- *custom identifier of the associated template*
2509
- example: my-template
2506
+ **templateIdentifier** string <br>
2507
+ *custom identifier of the associated template* <br>
2508
+ example: my-template <br>
2510
2509
 
2511
2510
  **shortDescTemplateIdentifier** string <br>
2512
2511
  *custom identifier of the associated template for short description* <br>
2513
- example: my-template-short
2512
+ example: my-template-short <br>
2514
2513
 
2515
2514
  </details>
2516
2515
 
@@ -2564,55 +2563,55 @@ Example return:
2564
2563
 
2565
2564
  **id:** number <br>
2566
2565
  *object identifier* <br>
2567
- example: 1764
2566
+ example: 1764 <br>
2568
2567
 
2569
2568
  **localizeInfos:** Record<string, any> <br>
2570
2569
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
2571
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
2570
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
2572
2571
 
2573
2572
  **isVisible:** boolean <br>
2574
2573
  *Page visibility flag* <br>
2575
- example: true
2574
+ example: true <br>
2576
2575
 
2577
2576
  **position:** number <br>
2578
2577
  *position number (for sorting)* <br>
2579
- example: 192
2578
+ example: 192 <br>
2580
2579
 
2581
2580
  **templateIdentifier:** string <br>
2582
2581
  *custom identifier of the associated template* <br>
2583
- example: my-template
2582
+ example: my-template <br>
2584
2583
 
2585
2584
  **attributeSetId:** number <br>
2586
2585
  *attribute set identifier* <br>
2587
- example: 7
2586
+ example: 7 <br>
2588
2587
 
2589
2588
  **isSync:** boolean <br>
2590
2589
  *indicator of page indexing (true or false)* <br>
2591
- example: false
2590
+ example: false <br>
2592
2591
 
2593
2592
  **attributeValues:** Record<string, string> <br>
2594
2593
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
2595
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
2594
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
2596
2595
 
2597
2596
  **statusId:** number <br>
2598
2597
  *status identifiers of the product page (can be null)* <br>
2599
- example: 1
2598
+ example: 1 <br>
2600
2599
 
2601
2600
  **relatedIds:** array <br>
2602
2601
  *identifiers of related product pages* <br>
2603
- example: List [ 1, 2, 3 ]
2602
+ example: List [ 1, 2, 3 ] <br>
2604
2603
 
2605
2604
  **price:** number <br>
2606
2605
  *price value of the product page taken from the index* <br>
2607
- example: 0
2606
+ example: 0 <br>
2608
2607
 
2609
- **templateIdentifier** string
2610
- *custom identifier of the associated template*
2611
- example: my-template
2608
+ **templateIdentifier** string <br>
2609
+ *custom identifier of the associated template* <br>
2610
+ example: my-template <br>
2612
2611
 
2613
2612
  **shortDescTemplateIdentifier** string <br>
2614
2613
  *custom identifier of the associated template for short description* <br>
2615
- example: my-template-short
2614
+ example: my-template-short <br>
2616
2615
 
2617
2616
  </details>
2618
2617
 
@@ -2658,55 +2657,55 @@ Example return:
2658
2657
 
2659
2658
  **id:** number <br>
2660
2659
  *object identifier* <br>
2661
- example: 1764
2660
+ example: 1764 <br>
2662
2661
 
2663
2662
  **localizeInfos:** Record<string, any> <br>
2664
2663
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
2665
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
2664
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
2666
2665
 
2667
2666
  **isVisible:** boolean <br>
2668
2667
  *Page visibility flag* <br>
2669
- example: true
2668
+ example: true <br>
2670
2669
 
2671
2670
  **position:** number <br>
2672
2671
  *position number (for sorting)* <br>
2673
- example: 192
2672
+ example: 192 <br>
2674
2673
 
2675
2674
  **templateIdentifier:** string <br>
2676
2675
  *custom identifier of the associated template* <br>
2677
- example: my-template
2676
+ example: my-template <br>
2678
2677
 
2679
2678
  **attributeSetId:** number <br>
2680
2679
  *attribute set identifier* <br>
2681
- example: 7
2680
+ example: 7 <br>
2682
2681
 
2683
2682
  **isSync:** boolean <br>
2684
2683
  *indicator of page indexing (true or false)* <br>
2685
- example: false
2684
+ example: false <br>
2686
2685
 
2687
2686
  **attributeValues:** Record<string, string> <br>
2688
2687
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
2689
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
2688
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
2690
2689
 
2691
2690
  **statusId:** number <br>
2692
2691
  *status identifiers of the product page (can be null)* <br>
2693
- example: 1
2692
+ example: 1 <br>
2694
2693
 
2695
2694
  **relatedIds:** array <br>
2696
2695
  *identifiers of related product pages* <br>
2697
- example: List [ 1, 2, 3 ]
2696
+ example: List [ 1, 2, 3 ] <br>
2698
2697
 
2699
2698
  **price:** number <br>
2700
2699
  *price value of the product page taken from the index* <br>
2701
- example: 0
2700
+ example: 0 <br>
2702
2701
 
2703
- **templateIdentifier** string
2704
- *custom identifier of the associated template*
2705
- example: my-template
2702
+ **templateIdentifier** string <br>
2703
+ *custom identifier of the associated template* <br>
2704
+ example: my-template <br>
2706
2705
 
2707
2706
  **shortDescTemplateIdentifier** string <br>
2708
2707
  *custom identifier of the associated template for short description* <br>
2709
- example: my-template-short
2708
+ example: my-template-short <br>
2710
2709
 
2711
2710
  </details>
2712
2711
 
@@ -2752,55 +2751,55 @@ Example return:
2752
2751
 
2753
2752
  **id:** number <br>
2754
2753
  *object identifier* <br>
2755
- example: 1764
2754
+ example: 1764 <br>
2756
2755
 
2757
2756
  **localizeInfos:** Record<string, any> <br>
2758
2757
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
2759
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
2758
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
2760
2759
 
2761
2760
  **isVisible:** boolean <br>
2762
2761
  *Page visibility flag* <br>
2763
- example: true
2762
+ example: true <br>
2764
2763
 
2765
2764
  **position:** number <br>
2766
2765
  *position number (for sorting)* <br>
2767
- example: 192
2766
+ example: 192 <br>
2768
2767
 
2769
2768
  **templateIdentifier:** string <br>
2770
2769
  *custom identifier of the associated template* <br>
2771
- example: my-template
2770
+ example: my-template <br>
2772
2771
 
2773
2772
  **attributeSetId:** number <br>
2774
2773
  *attribute set identifier* <br>
2775
- example: 7
2774
+ example: 7 <br>
2776
2775
 
2777
2776
  **isSync:** boolean <br>
2778
2777
  *indicator of page indexing (true or false)* <br>
2779
- example: false
2778
+ example: false <br>
2780
2779
 
2781
2780
  **attributeValues:** Record<string, string> <br>
2782
2781
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
2783
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
2782
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
2784
2783
 
2785
2784
  **statusId:** number <br>
2786
2785
  *status identifiers of the product page (can be null)* <br>
2787
- example: 1
2786
+ example: 1 <br>
2788
2787
 
2789
2788
  **relatedIds:** array <br>
2790
2789
  *identifiers of related product pages* <br>
2791
- example: List [ 1, 2, 3 ]
2790
+ example: List [ 1, 2, 3 ] <br>
2792
2791
 
2793
2792
  **price:** number <br>
2794
2793
  *price value of the product page taken from the index* <br>
2795
- example: 0
2794
+ example: 0 <br>
2796
2795
 
2797
- **templateIdentifier** string
2798
- *custom identifier of the associated template*
2799
- example: my-template
2796
+ **templateIdentifier** string <br>
2797
+ *custom identifier of the associated template* <br>
2798
+ example: my-template <br>
2800
2799
 
2801
2800
  **shortDescTemplateIdentifier** string <br>
2802
2801
  *custom identifier of the associated template for short description* <br>
2803
- example: my-template-short
2802
+ example: my-template-short <br>
2804
2803
 
2805
2804
  </details>
2806
2805
 
@@ -2880,55 +2879,55 @@ Example return:
2880
2879
 
2881
2880
  **id:** number <br>
2882
2881
  *object identifier* <br>
2883
- example: 1764
2882
+ example: 1764 <br>
2884
2883
 
2885
2884
  **localizeInfos:** Record<string, any> <br>
2886
2885
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
2887
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
2886
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
2888
2887
 
2889
2888
  **isVisible:** boolean <br>
2890
2889
  *Page visibility flag* <br>
2891
- example: true
2890
+ example: true <br>
2892
2891
 
2893
2892
  **position:** number <br>
2894
2893
  *position number (for sorting)* <br>
2895
- example: 192
2894
+ example: 192 <br>
2896
2895
 
2897
2896
  **templateIdentifier:** string <br>
2898
2897
  *custom identifier of the associated template* <br>
2899
- example: my-template
2898
+ example: my-template <br>
2900
2899
 
2901
2900
  **attributeSetId:** number <br>
2902
2901
  *attribute set identifier* <br>
2903
- example: 7
2902
+ example: 7 <br>
2904
2903
 
2905
2904
  **isSync:** boolean <br>
2906
2905
  *indicator of page indexing (true or false)* <br>
2907
- example: false
2906
+ example: false <br>
2908
2907
 
2909
2908
  **attributeValues:** Record<string, string> <br>
2910
2909
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
2911
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
2910
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
2912
2911
 
2913
2912
  **statusId:** number <br>
2914
2913
  *status identifiers of the product page (can be null)* <br>
2915
- example: 1
2914
+ example: 1 <br>
2916
2915
 
2917
2916
  **relatedIds:** array <br>
2918
2917
  *identifiers of related product pages* <br>
2919
- example: List [ 1, 2, 3 ]
2918
+ example: List [ 1, 2, 3 ] <br>
2920
2919
 
2921
2920
  **price:** number <br>
2922
2921
  *price value of the product page taken from the index* <br>
2923
- example: 0
2922
+ example: 0 <br>
2924
2923
 
2925
- **templateIdentifier** string
2926
- *custom identifier of the associated template*
2927
- example: my-template
2924
+ **templateIdentifier** string <br>
2925
+ *custom identifier of the associated template* <br>
2926
+ example: my-template <br>
2928
2927
 
2929
2928
  **shortDescTemplateIdentifier** string <br>
2930
2929
  *custom identifier of the associated template for short description* <br>
2931
- example: my-template-short
2930
+ example: my-template-short <br>
2932
2931
 
2933
2932
  </details>
2934
2933
 
@@ -2984,55 +2983,55 @@ Example return:
2984
2983
 
2985
2984
  **id:** number <br>
2986
2985
  *object identifier* <br>
2987
- example: 1764
2986
+ example: 1764 <br>
2988
2987
 
2989
2988
  **localizeInfos:** Record<string, any> <br>
2990
2989
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
2991
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
2990
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
2992
2991
 
2993
2992
  **isVisible:** boolean <br>
2994
2993
  *Page visibility flag* <br>
2995
- example: true
2994
+ example: true <br>
2996
2995
 
2997
2996
  **position:** number <br>
2998
2997
  *position number (for sorting)* <br>
2999
- example: 192
2998
+ example: 192 <br>
3000
2999
 
3001
3000
  **templateIdentifier:** string <br>
3002
3001
  *custom identifier of the associated template* <br>
3003
- example: my-template
3002
+ example: my-template <br>
3004
3003
 
3005
3004
  **attributeSetId:** number <br>
3006
3005
  *attribute set identifier* <br>
3007
- example: 7
3006
+ example: 7 <br>
3008
3007
 
3009
3008
  **isSync:** boolean <br>
3010
3009
  *indicator of page indexing (true or false)* <br>
3011
- example: false
3010
+ example: false <br>
3012
3011
 
3013
3012
  **attributeValues:** Record<string, string> <br>
3014
3013
  *Array of attribute values from the index (presented as a pair of custom attribute identifier: attribute value)* <br>
3015
- example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } }
3014
+ example: OrderedMap { "en_US": OrderedMap { "marker": OrderedMap { "value": "", "type": "string" } } } <br>
3016
3015
 
3017
3016
  **statusId:** number <br>
3018
3017
  *status identifiers of the product page (can be null)* <br>
3019
- example: 1
3018
+ example: 1 <br>
3020
3019
 
3021
3020
  **relatedIds:** array <br>
3022
3021
  *identifiers of related product pages* <br>
3023
- example: List [ 1, 2, 3 ]
3022
+ example: List [ 1, 2, 3 ] <br>
3024
3023
 
3025
3024
  **price:** number <br>
3026
3025
  *price value of the product page taken from the index* <br>
3027
- example: 0
3026
+ example: 0 <br>
3028
3027
 
3029
- **templateIdentifier** string
3030
- *custom identifier of the associated template*
3031
- example: my-template
3028
+ **templateIdentifier** string <br>
3029
+ *custom identifier of the associated template* <br>
3030
+ example: my-template <br>
3032
3031
 
3033
3032
  **shortDescTemplateIdentifier** string <br>
3034
3033
  *custom identifier of the associated template for short description* <br>
3035
- example: my-template-short
3034
+ example: my-template-short <br>
3036
3035
 
3037
3036
  </details>
3038
3037
 
@@ -3074,22 +3073,22 @@ Example return:
3074
3073
 
3075
3074
  **id:** number <br>
3076
3075
  *object identifier* <br>
3077
- example: 1764
3076
+ example: 1764 <br>
3078
3077
 
3079
3078
  **updatedDate:** string($date-time) <br>
3080
3079
  *object's date of modification* <br>
3081
3080
 
3082
3081
  **version** number <br>
3083
3082
  *object's version number of modification* <br>
3084
- example: 10
3083
+ example: 10 <br>
3085
3084
 
3086
3085
  **identifier:** string <br>
3087
3086
  *textual identifier for a field in the record* <br>
3088
- example: catalog
3087
+ example: catalog <br>
3089
3088
 
3090
3089
  **localizeInfos:** Record<string, any> <br>
3091
3090
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
3092
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
3091
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
3093
3092
 
3094
3093
  </details>
3095
3094
 
@@ -3119,22 +3118,22 @@ Example return:
3119
3118
 
3120
3119
  **id:** number <br>
3121
3120
  *object identifier* <br>
3122
- example: 1764
3121
+ example: 1764 <br>
3123
3122
 
3124
3123
  **updatedDate:** string($date-time) <br>
3125
3124
  *object's date of modification* <br>
3126
3125
 
3127
3126
  **version** number <br>
3128
3127
  *object's version number of modification* <br>
3129
- example: 10
3128
+ example: 10 <br>
3130
3129
 
3131
3130
  **identifier:** string <br>
3132
3131
  *textual identifier for a field in the record* <br>
3133
- example: catalog
3132
+ example: catalog <br>
3134
3133
 
3135
3134
  **localizeInfos:** Record<string, any> <br>
3136
3135
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
3137
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
3136
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
3138
3137
 
3139
3138
  </details>
3140
3139
 
@@ -3164,22 +3163,22 @@ Example return:
3164
3163
 
3165
3164
  **id:** number <br>
3166
3165
  *object identifier* <br>
3167
- example: 1764
3166
+ example: 1764 <br>
3168
3167
 
3169
3168
  **updatedDate:** string($date-time) <br>
3170
3169
  *object's date of modification* <br>
3171
3170
 
3172
3171
  **version** number <br>
3173
3172
  *object's version number of modification* <br>
3174
- example: 10
3173
+ example: 10 <br>
3175
3174
 
3176
3175
  **identifier:** string <br>
3177
3176
  *textual identifier for a field in the record* <br>
3178
- example: catalog
3177
+ example: catalog <br>
3179
3178
 
3180
3179
  **localizeInfos:** Record<string, any> <br>
3181
3180
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
3182
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
3181
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
3183
3182
 
3184
3183
  </details>
3185
3184
 
@@ -3267,43 +3266,43 @@ Example return:
3267
3266
 
3268
3267
  **id:** number <br>
3269
3268
  *object identifier* <br>
3270
- example: 1764
3269
+ example: 1764 <br>
3271
3270
 
3272
3271
  **updatedDate:** string($date-time) <br>
3273
3272
  *object's date of modification* <br>
3274
3273
 
3275
3274
  **version** number <br>
3276
3275
  *object's version number of modification* <br>
3277
- example: 10
3276
+ example: 10 <br>
3278
3277
 
3279
3278
  **identifier:** string <br>
3280
3279
  *textual identifier for a field in the record* <br>
3281
- example: catalog
3280
+ example: catalog <br>
3282
3281
 
3283
3282
  **generalType:**: object <br>
3284
3283
  *object type* <br>
3285
- example: OrderedMap { "id": 4, "type": "forCatalogPages" }
3284
+ example: OrderedMap { "id": 4, "type": "forCatalogPages" } <br>
3286
3285
 
3287
- **generalTypeId:** number
3288
- *type identifier*
3289
- example: 4
3286
+ **generalTypeId:** number <br>
3287
+ *type identifier* <br>
3288
+ example: 4 <br>
3290
3289
 
3291
3290
  **localizeInfos:** Record<string, any> <br>
3292
3291
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
3293
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
3292
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
3294
3293
 
3295
3294
  **position** object <br>
3296
3295
  *position number* <br>
3297
- example: 0
3296
+ example: 0 <br>
3298
3297
 
3299
3298
 
3300
3299
  **positionId:** number <br>
3301
3300
  *position object identifier* <br>
3302
- example: 12
3301
+ example: 12 <br>
3303
3302
 
3304
3303
  **generalTypeName** string <br>
3305
3304
  *example: forProductPreview* <br>
3306
- general type name
3305
+ general type name <br>
3307
3306
 
3308
3307
  </details>
3309
3308
 
@@ -3343,43 +3342,43 @@ Example return:
3343
3342
 
3344
3343
  **id:** number <br>
3345
3344
  *object identifier* <br>
3346
- example: 1764
3345
+ example: 1764 <br>
3347
3346
 
3348
3347
  **updatedDate:** string($date-time) <br>
3349
3348
  *object's date of modification* <br>
3350
3349
 
3351
3350
  **version** number <br>
3352
3351
  *object's version number of modification* <br>
3353
- example: 10
3352
+ example: 10 <br>
3354
3353
 
3355
3354
  **identifier:** string <br>
3356
3355
  *textual identifier for a field in the record* <br>
3357
- example: catalog
3356
+ example: catalog <br>
3358
3357
 
3359
3358
  **generalType:**: object <br>
3360
3359
  *object type* <br>
3361
- example: OrderedMap { "id": 4, "type": "forCatalogPages" }
3360
+ example: OrderedMap { "id": 4, "type": "forCatalogPages" } <br>
3362
3361
 
3363
- **generalTypeId:** number
3364
- *type identifier*
3365
- example: 4
3362
+ **generalTypeId:** number <br>
3363
+ *type identifier* <br>
3364
+ example: 4 <br>
3366
3365
 
3367
3366
  **localizeInfos:** Record<string, any> <br>
3368
3367
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
3369
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
3368
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
3370
3369
 
3371
3370
  **position** object <br>
3372
3371
  *position number* <br>
3373
- example: 0
3372
+ example: 0 <br>
3374
3373
 
3375
3374
 
3376
3375
  **positionId:** number <br>
3377
3376
  *position object identifier* <br>
3378
- example: 12
3377
+ example: 12 <br>
3379
3378
 
3380
3379
  **generalTypeName** string <br>
3381
3380
  *example: forProductPreview* <br>
3382
- general type name
3381
+ general type name <br>
3383
3382
 
3384
3383
  </details>
3385
3384
 
@@ -3444,35 +3443,35 @@ Example return:
3444
3443
 
3445
3444
  **id:** number <br>
3446
3445
  *object identifier* <br>
3447
- example: 1764
3446
+ example: 1764 <br>
3448
3447
 
3449
3448
  **updatedDate:** string($date-time) <br>
3450
3449
  *object's date of modification* <br>
3451
3450
 
3452
3451
  **version** number <br>
3453
3452
  *object's version number of modification* <br>
3454
- example: 10
3453
+ example: 10 <br>
3455
3454
 
3456
3455
  **identifier:** string <br>
3457
3456
  *textual identifier for a field in the record* <br>
3458
- example: catalog
3457
+ example: catalog <br>
3459
3458
 
3460
3459
  **proportion** ITemplateProportionType <br>
3461
3460
  *template proportion parameters* <br>
3462
- example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } }
3461
+ example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } } <br>
3463
3462
 
3464
3463
  **localizeInfos:** Record<string, any> <br>
3465
3464
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
3466
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
3465
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
3467
3466
 
3468
3467
  **position** object <br>
3469
3468
  *position number* <br>
3470
- example: 0
3469
+ example: 0 <br>
3471
3470
 
3472
3471
 
3473
3472
  **positionId:** number <br>
3474
3473
  *position object identifier* <br>
3475
- example: 12
3474
+ example: 12 <br>
3476
3475
 
3477
3476
  </details>
3478
3477
 
@@ -3526,35 +3525,35 @@ Example return:
3526
3525
 
3527
3526
  **id:** number <br>
3528
3527
  *object identifier* <br>
3529
- example: 1764
3528
+ example: 1764 <br>
3530
3529
 
3531
3530
  **updatedDate:** string($date-time) <br>
3532
3531
  *object's date of modification* <br>
3533
3532
 
3534
3533
  **version** number <br>
3535
3534
  *object's version number of modification* <br>
3536
- example: 10
3535
+ example: 10 <br>
3537
3536
 
3538
3537
  **identifier:** string <br>
3539
3538
  *textual identifier for a field in the record* <br>
3540
- example: catalog
3539
+ example: catalog <br>
3541
3540
 
3542
3541
  **proportion** ITemplateProportionType <br>
3543
3542
  *template proportion parameters* <br>
3544
- example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } }
3543
+ example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } } <br>
3545
3544
 
3546
3545
  **localizeInfos:** Record<string, any> <br>
3547
3546
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
3548
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
3547
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
3549
3548
 
3550
3549
  **position** object <br>
3551
3550
  *position number* <br>
3552
- example: 0
3551
+ example: 0 <br>
3553
3552
 
3554
3553
 
3555
3554
  **positionId:** number <br>
3556
3555
  *position object identifier* <br>
3557
- example: 12
3556
+ example: 12 <br>
3558
3557
 
3559
3558
  </details>
3560
3559
 
@@ -3607,35 +3606,35 @@ Example return:
3607
3606
 
3608
3607
  **id:** number <br>
3609
3608
  *object identifier* <br>
3610
- example: 1764
3609
+ example: 1764 <br>
3611
3610
 
3612
3611
  **updatedDate:** string($date-time) <br>
3613
3612
  *object's date of modification* <br>
3614
3613
 
3615
3614
  **version** number <br>
3616
3615
  *object's version number of modification* <br>
3617
- example: 10
3616
+ example: 10 <br>
3618
3617
 
3619
3618
  **identifier:** string <br>
3620
3619
  *textual identifier for a field in the record* <br>
3621
- example: catalog
3620
+ example: catalog <br>
3622
3621
 
3623
3622
  **proportion** ITemplateProportionType <br>
3624
3623
  *template proportion parameters* <br>
3625
- example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } }
3624
+ example: OrderedMap { "horizontal": OrderedMap { "height": 200, "weight": 10, "marker": "horizontal", "title": "Horizontal", "alignmentType": "left" }, "vertical": OrderedMap { "height": 10, "weight": 200, "marker": "vertical", "title": "Vertical", "alignmentType": "left" }, "square": OrderedMap { "marker": "square", "title": "Square", "slide": 3, "alignmentType": "center" } } <br>
3626
3625
 
3627
3626
  **localizeInfos:** Record<string, any> <br>
3628
3627
  *json description of the main page data object taking into account the language "en_US" (for example)* <br>
3629
- example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } }
3628
+ example: OrderedMap { "en_US": OrderedMap { "title": "Catalog", "plainContent": "Content for catalog", "htmlContent": "<b>Content for catalog</b>", "menuTitle": "Catalog" } } <br>
3630
3629
 
3631
3630
  **position** object <br>
3632
3631
  *position number* <br>
3633
- example: 0
3632
+ example: 0 <br>
3634
3633
 
3635
3634
 
3636
3635
  **positionId:** number <br>
3637
3636
  *position object identifier* <br>
3638
- example: 12
3637
+ example: 12 <br>
3639
3638
 
3640
3639
  </details>
3641
3640
  ---