-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
Copy pathvalidator-amp-megaphone.protoascii
76 lines (69 loc) · 1.42 KB
/
validator-amp-megaphone.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
74
75
76
tags: { # amp-megaphone
html_format: AMP
tag_name: "SCRIPT"
extension_spec: {
name: "amp-megaphone"
version: "0.1"
version: "latest"
}
attr_lists: "common-extension-attrs"
}
attr_lists: {
name: "amp-megaphone-common"
attrs: {
name: "data-light"
value: ""
}
attrs: {
name: "data-sharing"
value: ""
}
}
tags: { # <amp-megaphone> for playlists
html_format: AMP
tag_name: "AMP-MEGAPHONE"
requires_extension: "amp-megaphone"
spec_name: "amp-megaphone [data-playlist]"
attrs: {
name: "data-playlist"
mandatory: true
value_regex: "[A-Za-z0-9]+"
dispatch_key: NAME_DISPATCH
}
attrs: {
name: "data-episodes"
value_regex: "[0-9]+"
}
attr_lists: "amp-megaphone-common"
attr_lists: "extended-amp-global"
amp_layout: {
supported_layouts: FIXED
supported_layouts: FIXED_HEIGHT
}
}
tags: { # <amp-megaphone> for episodes
html_format: AMP
tag_name: "AMP-MEGAPHONE"
requires_extension: "amp-megaphone"
spec_name: "amp-megaphone [data-episode]"
attrs: {
name: "data-episode"
mandatory: true
value_regex: "[A-Za-z0-9]+"
dispatch_key: NAME_DISPATCH
}
attrs: {
name: "data-start"
value_regex: "\\d+(\\.\\d+)?"
}
attrs: {
name: "data-tile"
value: ""
}
attr_lists: "amp-megaphone-common"
attr_lists: "extended-amp-global"
amp_layout: {
supported_layouts: FIXED
supported_layouts: FIXED_HEIGHT
}
}