Created
April 30, 2019 12:38
-
-
Save Kevinlearynet/29b44003ce45821c369a7064ac7b3313 to your computer and use it in GitHub Desktop.
Apple News BannerAdvertisement Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"role": "banner_advertisement", | |
"anchor": "https://www.tripadvisor.com/", | |
"animation": "fade_in", | |
"bannerType": "standard", | |
"identifier": "tripadvisor-cta", | |
"style": { | |
"backgroundColor": "#ffffff", | |
"border": { | |
"all": { | |
"width": 2, | |
"color": "#00af87" | |
}, | |
"fill": { | |
"type": "image", | |
"URL": "https://i0.wp.com/tripadvisor.wpengine.com/wp-content/uploads/2019/04/10-Tips-for-Visiting-Our-National-Parks-with-Your-Kids.jpg", | |
"fillMode": "cover", | |
"verticalAlignment": "center" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment