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_
This commit is contained in:
Martin Kausche 2018-10-18 16:24:46 +02:00 committed by Daniel Sogl
parent 2933d40cdc
commit ff3ef094e0

View File

@ -9,7 +9,7 @@ export type AdUnitIDOption = string | {
}; };
/** /**
* @name AdMob Free * @name AdMob Plus
* @description * @description
* AdMob Plus is the successor of cordova-plugin-admob-free, which provides a cleaner API and build with modern tools. * 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', plugin: 'cordova-admob-plus',
pluginName: 'AdMob', pluginName: 'AdMob',
pluginRef: 'admob.banner', pluginRef: 'admob.banner',
repo: 'https://github.com/admob-plus/admob-plus',
platforms: ['Android', 'iOS']
}) })
export class Banner { export class Banner {
@Cordova({ otherPromise: true }) @Cordova({ otherPromise: true })