File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,14 @@ const KNOWN_WIRE_ADAPTERS = [
5252 module : 'commerce/productApi' ,
5353 identifier : 'ProductPricingAdapter' ,
5454 } ,
55+ {
56+ module : 'experience/cmsEditorApi' ,
57+ identifier : 'CmsEditorContextAdapter' ,
58+ } ,
59+ {
60+ module : 'experience/cmsEditorApi' ,
61+ identifier : 'CmsEditorContentAdapter' ,
62+ } ,
5563] ;
5664
5765const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
@@ -91,6 +99,14 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
9199 module : 'commerce/productApi' ,
92100 identifier : 'ProductPricingAdapter' ,
93101 } ,
102+ {
103+ module : 'experience/cmsEditorApi' ,
104+ identifier : 'CmsEditorContextAdapter' ,
105+ } ,
106+ {
107+ module : 'experience/cmsEditorApi' ,
108+ identifier : 'CmsEditorContentAdapter' ,
109+ } ,
94110 {
95111 module : 'lightning/analyticsWaveApi' ,
96112 identifier : 'executeQuery' ,
You can’t perform that action at this time.
0 commit comments