From ff3ef094e08f8c7a77fda92dd6cd14e045921ce5 Mon Sep 17 00:00:00 2001 From: Martin Kausche Date: Thu, 18 Oct 2018 16:24:46 +0200 Subject: [PATCH] docs(admob-plus): fix the Plugin Name, added repo (#2781) The newly added wrapper for Admob __Plus__ had Admob __Free__ as its name. This resulted in a broken docs-Page, _Admob Free_ occurred twice, both showing infos for _Admob Plus_ --- src/@ionic-native/plugins/admob-plus/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/admob-plus/index.ts b/src/@ionic-native/plugins/admob-plus/index.ts index d20fcd3b5..c4ee9be09 100644 --- a/src/@ionic-native/plugins/admob-plus/index.ts +++ b/src/@ionic-native/plugins/admob-plus/index.ts @@ -9,7 +9,7 @@ export type AdUnitIDOption = string | { }; /** - * @name AdMob Free + * @name AdMob Plus * @description * AdMob Plus is the successor of cordova-plugin-admob-free, which provides a cleaner API and build with modern tools. */ @@ -17,6 +17,8 @@ export type AdUnitIDOption = string | { plugin: 'cordova-admob-plus', pluginName: 'AdMob', pluginRef: 'admob.banner', + repo: 'https://github.com/admob-plus/admob-plus', + platforms: ['Android', 'iOS'] }) export class Banner { @Cordova({ otherPromise: true })