From 82d8e49bcbc3de3c35962b1636a20c9578fdab13 Mon Sep 17 00:00:00 2001 From: Gabriel Majoulet Date: Thu, 21 Feb 2019 17:47:12 -0500 Subject: [PATCH] Documentation for amp-story consent external link. --- extensions/amp-consent/amp-consent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/amp-consent/amp-consent.md b/extensions/amp-consent/amp-consent.md index f9fc655e49b4..ea099beef286 100644 --- a/extensions/amp-consent/amp-consent.md +++ b/extensions/amp-consent/amp-consent.md @@ -214,6 +214,7 @@ AMP also supports external consent UI flow with the usage of ``. Mor The `amp-story` extension provides a [default prompt UI](https://user-images.githubusercontent.com/1492044/40135514-8ab56d10-5913-11e8-95a2-72ac01ff31e0.png), that requires using a `` component as the prompt UI. This component content requires a `title`, a `message`, and a list of `vendors`, and has to be specified in its own component configuration. The decline button can be hidden by adding an optional `onlyAccept` boolean parameter. +Additionally, an optional templated external link to the privacy policy or settings can be configured, by adding `"externalLink": {"title": "Privacy Settings", "href": "https://example.com"}` to the consent configuration. *Example*: Displays a prompt user interface on an AMP Story