Skip to content

Commit bdd950e

Browse files
authored
Merge pull request #24 from DealerDotCom/feature/minor_update
Updating doc for updateLink
2 parents 9b17ce8 + c18297b commit bdd950e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Updated
11+
12+
- Documentation for updateLink
13+
1014
## [v2021-08-11T01.08.44] - 2021-08-11
1115

1216
## [v2021-08-10T23.52.17] - 2021-08-10

source/includes/_internal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The PageAlis list can be overriden in the site level to capture any sitebuilder
88

99
The WIAPI would deduce the link of the corresponding PageAlias in the site level letting you to modify the link element.
1010

11-
Currently, we support `x-time` and `schedule-service` link intents.
11+
Currently, we only support `schedule-service` link intent.
1212

1313
And, we only support limited attributes of the link to be modified in order to preserve the look and feel of the link.
1414
The attributes that can be modified are `href`, `target`, `onclick`, `popover` and `attributes (data-*)`.

source/includes/_methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Field Name | Purpose | Field Format
300300
`intent` | The functionality of the overriding links. | String
301301
`setupFunction(meta)` | The payload object for the current page. | Object
302302

303-
Currently, we support `x-time` and `schedule-service` link intents.
303+
Currently, we only support `schedule-service` link intent.
304304

305305
And, we only support limited attributes of the link to be modified in order to preserve the look and feel of the link.
306306
The attributes that can be modified are `href`, `target`, `onclick`, `popover` and `attributes (data-*)`.

0 commit comments

Comments
 (0)