@@ -52,13 +52,21 @@ const KNOWN_WIRE_ADAPTERS = [
5252 module : 'commerce/productApi' ,
5353 identifier : 'ProductPricingAdapter' ,
5454 } ,
55+ {
56+ module : 'experience/cmsDeliveryApi' ,
57+ identifier : 'getContent' ,
58+ } ,
5559 {
5660 module : 'experience/cmsEditorApi' ,
57- identifier : 'CmsEditorContextAdapter ' ,
61+ identifier : 'getContent ' ,
5862 } ,
5963 {
6064 module : 'experience/cmsEditorApi' ,
61- identifier : 'CmsEditorContentAdapter' ,
65+ identifier : 'getContext' ,
66+ } ,
67+ {
68+ module : 'experience/navigationMenuApi' ,
69+ identifier : 'getNavigationMenu' ,
6270 } ,
6371] ;
6472
@@ -99,13 +107,21 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
99107 module : 'commerce/productApi' ,
100108 identifier : 'ProductPricingAdapter' ,
101109 } ,
110+ {
111+ module : 'experience/cmsDeliveryApi' ,
112+ identifier : 'getContent' ,
113+ } ,
102114 {
103115 module : 'experience/cmsEditorApi' ,
104- identifier : 'CmsEditorContextAdapter ' ,
116+ identifier : 'getContent ' ,
105117 } ,
106118 {
107119 module : 'experience/cmsEditorApi' ,
108- identifier : 'CmsEditorContentAdapter' ,
120+ identifier : 'getContext' ,
121+ } ,
122+ {
123+ module : 'experience/navigationMenuApi' ,
124+ identifier : 'getNavigationMenu' ,
109125 } ,
110126 {
111127 module : 'lightning/analyticsWaveApi' ,
0 commit comments