You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`targets.APP`| Target id for application |[Documentation](./capabilities#application)|
68
68
|`targets.BOOKMARKS`| Target id for the bookmarks/app launcher component |[Documentation](./capabilities#bookmarks)|
69
+
|`targets.BOOKMARKS_ITEMS`| Target id for the bookmarks displayed inside the app launcher |[Documentation](./capabilities#bookmarks-items)|
69
70
|`targets.COMMUNITY`| Target id for the community pages |[Documentation](./capabilities#community)|
70
71
|`targets.CONTENT`| Target id for the content page |[Documentation](./capabilities#content)|
71
72
|`targets.CONTEXTUAL_ACTIONS`| Target id for the contextual actions menu on the right hand side of a content page. |[Documentation](./capabilities#contextual-actions)|
Copy file name to clipboardExpand all lines: docs/javascript/use-cases.md
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,39 @@ In the scenario that you would want to hide the App launcher, the following snip
170
170
window.lumapps.disable('bookmarks');
171
171
```
172
172
173
+
## Add new bookmarks
174
+
175
+
In this specific use case, we have the possibility to add new bookmarks into the App Launcher. Bookmarks can be added either as the first elements of the list or the last ones
## Display a message above all pages of a certain type
174
207
175
208
In this use case, we are displaying a message oon all pages of a certain type. This should be used when an important message wants to be conveyed for all pages of a site in a quick and efficient way.
0 commit comments