-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
Copy pathvalidator-amp-google-read-aloud-player.protoascii
73 lines (73 loc) · 1.45 KB
/
validator-amp-google-read-aloud-player.protoascii
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
tags: { # amp-google-read-aloud-player
html_format: AMP
tag_name: "SCRIPT"
extension_spec: {
name: "amp-google-read-aloud-player"
version: "0.1"
version: "latest"
}
attr_lists: "common-extension-attrs"
}
tags: { # <amp-google-read-aloud-player>
html_format: AMP
tag_name: "AMP-GOOGLE-READ-ALOUD-PLAYER"
requires_extension: "amp-google-read-aloud-player"
attrs: {
name: "data-api-key"
mandatory: true
}
attrs: {
name: "data-tracking-ids"
mandatory: true;
value_regex_casei: "^UA-\\d+-\\d+(\\s*,\\s*UA-\\d+-\\d+)*$";
}
attrs: {
name: "data-voice"
mandatory: true;
}
attrs: {
name: "data-url"
value_url {
protocol: 'https';
allow_relative: false;
}
}
attrs: {
name: "data-speakable"
value: ""
}
attrs: {
name: "data-call-to-action-label"
}
attrs: {
name: "data-locale"
value_regex_casei: "[a-z]{2}";
}
attrs: {
name: "data-intro"
value_url {
protocol: 'https';
allow_relative: false;
}
}
attrs: {
name: "data-outro"
value_url {
protocol: 'https';
allow_relative: false;
}
}
attrs: {
name: "data-ad-tag-url"
value_url {
protocol: 'https';
allow_relative: false;
}
}
spec_url: "https://amp.dev/documentation/components/amp-google-read-aloud-player"
attr_lists: "extended-amp-global"
amp_layout: {
supported_layouts: FIXED
supported_layouts: FIXED_HEIGHT
}
}