Skip to content

Commit 658ccd3

Browse files
authored
feat: add VisitListener to home page plugin (#2353)
1 parent e5fbf3d commit 658ccd3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app-config.dynamic-plugins.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ dynamicPlugins:
274274
- path: /
275275
importName: DynamicHomePage
276276
mountPoints:
277+
- mountPoint: application/listener
278+
importName: VisitListener
277279
- mountPoint: home.page/cards
278280
importName: SearchBar
279281
config:

dynamic-plugins.default.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,8 @@ plugins:
565565
- path: /
566566
importName: DynamicHomePage
567567
mountPoints:
568+
- mountPoint: application/listener
569+
importName: VisitListener
568570
- mountPoint: home.page/cards
569571
importName: SearchBar
570572
config:

0 commit comments

Comments
 (0)