mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
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:
parent
2933d40cdc
commit
ff3ef094e0
@ -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 })
|
||||||
|
Loading…
Reference in New Issue
Block a user