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
Copy file name to clipboardexpand all lines: source/includes/_internal-locations.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ See the <a href="#api-insert-name-callback-elem-meta">insert documentation</a> f
6
6
7
7
## Header Toolbar
8
8
9
+
This element is positioned in the _mobile_ header toolbar, typically next to the MyCars icon.
10
+
9
11
> Usage:
10
12
11
13
```javascript
@@ -31,7 +33,7 @@ See the <a href="#api-insert-name-callback-elem-meta">insert documentation</a> f
31
33
32
34
```
33
35
34
-
This element is positioned in the _mobile_ header toolbar, typically next to the MyCars icon. The placement can be controlled with the use of an itemlist. This is configured for the site in DVS, in this way:
36
+
>The placement can be controlled with the use of an itemlist. This is configured for the site in DVS, in this way:
@@ -42,7 +44,7 @@ This element is positioned in the _mobile_ header toolbar, typically next to the
42
44
</window-preferences-override>
43
45
```
44
46
45
-
And then in the itemlist folder, add a file called `mobile-header-icons.xml` with content similar to this:
47
+
> And then in the itemlist folder, add a file called `mobile-header-icons.xml` with content similar to this:
46
48
47
49
```xml
48
50
<?xml version='1.0' encoding='UTF-8'?>
@@ -55,13 +57,13 @@ And then in the itemlist folder, add a file called `mobile-header-icons.xml` wit
55
57
</item-list>
56
58
```
57
59
58
-
The desired itemlist configuration for the site in question may differ from this example. The key is to add this item to the list where you want the `mobile-header-icons` location to be placed:
60
+
The desired itemlist configuration for the site in question may differ from the example shown. The key is to add this item to the list where you want the `mobile-header-icons` location to be placed:
59
61
60
62
`<item componentName='wiapi'/>`
61
63
62
64
Once that is in place, the `header-toolbar` insert functionality will be available on the mobile site.
0 commit comments