-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstencyl-addons.xml
52 lines (46 loc) · 2.51 KB
/
stencyl-addons.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<stencyl-addons>
<events-addon target="stencyl-behavior-events">
<merge-section id="mobile.monetization">
<event block="event-mobile-ads" menuText="@events.defs.ads" description="@events.defs.ads" icon="ad" menuIcon="ad" />
<event block="event-mobile-ads-reward" menuText="@events.defs.ads.reward" description="@events.defs.ads.reward" icon="ad" menuIcon="ad" />
</merge-section>
</events-addon>
<palette-addon target="stencyl-behavior-palette">
<merge-section id="game.mobile">
<header title="@events.defs.ads" icon="question" action="help:iads" />
<block tag="admob-initialize2" />
<block tag="admob-show-hide-banner" />
<block tag="admob-show-fullscreen" />
<block tag="admob-show-rewarded" />
<block tag="admob-show-rewardedinterstitial" />
<block tag="admob-reinit-banner" />
<block tag="admob-setbanner-position" />
<block tag="iad-height" />
<block tag="admob-showConsentForm" />
<block tag="admob-setDebugGeography" />
<block tag="admob-setChildDirectedTreatment" />
<block tag="admob-setUnderAgeOfConsent" />
<block tag="admob-setMaxAdContentRating" />
<block tag="admob-ad-is-type" />
</merge-section>
</palette-addon>
<property-page-addon target="dashboard.sidebar">
<header label="@mobile.settings.money.admob"/>
<field name="enableAdmobAds" />
<field name="enableTestAds" />
<field name="enableTestConsent" />
<header label="@mobile.settings.money.admob.ios" />
<field name="iosAppID" label="@fields.appID.label" editor="SingleLine" />
<field name="iosBannerKey" label="@fields.bannerKey.label" editor="SingleLine" />
<field name="iosInterstitialKey" label="@fields.interstitialKey.label" editor="SingleLine" />
<field name="iosRewardedKey" label="@fields.rewardedKey.label" editor="SingleLine" />
<field name="iosRewardedInterstitialKey" label="@fields.rewardedInterstitialKey.label" editor="SingleLine" />
<header label="@mobile.settings.money.admob.android" />
<field name="androidAppID" label="@fields.appID.label" editor="SingleLine" />
<field name="androidBannerKey" label="@fields.bannerKey.label" editor="SingleLine" />
<field name="androidInterstitialKey" label="@fields.interstitialKey.label" editor="SingleLine" />
<field name="androidRewardedKey" label="@fields.rewardedKey.label" editor="SingleLine" />
<field name="androidRewardedInterstitialKey" label="@fields.rewardedInterstitialKey.label" editor="SingleLine" />
</property-page-addon>
</stencyl-addons>