Skip to content

Commit 4a470de

Browse files
Add experience/cmsEditorApi wire adapters (#79)
1 parent 9c2c541 commit 4a470de

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

base.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5765
const 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',

0 commit comments

Comments
 (0)