-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
75 lines (49 loc) · 1.9 KB
/
index.html
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
---
attributes:
- name: data-alert
html: script
note:
- String
- Optional
desc: Accepts value of <code>true</code> or null. Learn more about <a href="alert">System Alert</a>.
- name: data-a11y
html: script
note:
- String
- Optional
desc: Accepts value of <code>true</code> or null. Learn more about <a href="a11y">Accessibility Patch</a>.
- name: data-ccpa
html: script
note:
- String
- Optional
desc: Accepts value of <code>true</code> or null. Learn more about <a href="ccpa">California Consumer Privacy Act (CCPA) Notice</a>.
- name: data-gdpr
html: script
note:
- String
- Optional
desc: Accepts value of <code>true</code> or null. Learn more about <a href="gdpr">General Data Protection Regulation (GDPR) Notice</a>.
- name: id
html: script
note:
- String
- Mandatory
desc: Accepts value of <code>radancy-magicbullet</code>. This value is required for critical functions within the script. The script also accepts <strong>tmp-magic-bullet</strong> but this should no longer be used.
- name: src
html: script
note:
- URL
- Mandatory
desc: Accepts value of <code>https://services.tmpwebeng.com/magicbullet/</code>.
notes:
- Please be aware that the <a href="init.js">QA version</a> of MagicBullet, along with all associated imports, will be loaded on <em>runmytests.com</em> sites.
title: "MagicBullet v2.2"
desc: MagicBullet is a script importer designed to seamlessly load beneficial fixes, enhanced functionality, and additional features.
accordion: true
---
{% capture contentblock %}
<h2>Implementation</h2>
{% highlight html %}<script id="radancy-magicbullet" data-a11y="true" data-alert="true" data-alert-covid src="https://services.tmpwebeng.com/magicbullet/"></script>{% endhighlight %}
{% endcapture %}
{% include template.html %}