Skip to content

Commit 468076b

Browse files
committed
Adjust more things.
1 parent beffda7 commit 468076b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/includes/_internal-locations.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ See the <a href="#api-insert-name-callback-elem-meta">insert documentation</a> f
66

77
## Header Toolbar
88

9+
This element is positioned in the _mobile_ header toolbar, typically next to the MyCars icon.
10+
911
> Usage:
1012
1113
```javascript
@@ -31,7 +33,7 @@ See the <a href="#api-insert-name-callback-elem-meta">insert documentation</a> f
3133

3234
```
3335

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:
3537
3638
```xml
3739
<window-preferences-override id='default-mobile:template-navbar1'>
@@ -42,7 +44,7 @@ This element is positioned in the _mobile_ header toolbar, typically next to the
4244
</window-preferences-override>
4345
```
4446

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:
4648
4749
```xml
4850
<?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
5557
</item-list>
5658
```
5759

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:
5961

6062
`<item componentName='wiapi'/>`
6163

6264
Once that is in place, the `header-toolbar` insert functionality will be available on the mobile site.
6365

64-
## Listings Page Search Facets - Pricing Facet
66+
## Listings Page Search Facets - Pricing
6567

6668
> Usage:
6769

0 commit comments

Comments
 (0)