We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705d961 commit d1701e7Copy full SHA for d1701e7
src/main/default/lwc/actions/actions.html
@@ -215,7 +215,7 @@
215
Standard platform events do not need to be registered.
216
See
217
<a
218
- noopener
+ rel="noopener noreferrer"
219
target="_blank"
220
href="https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_objects_list.htm"
221
>documentation</a
@@ -232,7 +232,7 @@
232
Custom CDC channels cannot be declared via user
233
interface. Follow these
234
235
236
237
href="https://developer.salesforce.com/docs/atlas.en-us.change_data_capture.meta/change_data_capture/cdc_custom_channel.htm"
238
>metadata deploy instructions</a
0 commit comments