Modrinth/modules/gpt-ads/lib/constants.js
Redblueflame 0bda636113
Added mobile friendly ads & ads (#161)
* Fix spacing issues on mobile

* Added back linting on modules directory.
Please don't look at the dirty fixes :x

* Add support for responsive ads.

* Add lazy loading of images.
2021-04-15 06:48:33 -07:00

17 lines
495 B
JavaScript

export const DEFAULT_OPTIONS = {
networkCode: null,
debug: false,
ghostMode: false,
componentName: 'GptAd',
individualRefresh: false,
responsive: false,
collapseEmptyDivs: false,
emptyClass: 'is-empty',
geoEdgeId: '',
}
export const GPT_LIB_SCRIPT_ID = 'google-publisher-tag-lib-script'
export const GPT_INIT_SCRIPT_ID = 'google-publisher-tag-init-script'
export const GEOEDGE_CONF_SCRIPT_ID = 'geoedge-config-script'
export const GEOEDGE_LIB_SCRIPT_ID = 'geoedge-lib-script'