diff --git a/source/_components/foursquare.markdown b/source/_components/foursquare.markdown index 5ec302887eb..5d06ddaa085 100644 --- a/source/_components/foursquare.markdown +++ b/source/_components/foursquare.markdown @@ -23,10 +23,16 @@ foursquare: push_secret: "" ``` -Configuration variables: - -- **access_token** (*Required*): A Foursquare API access token. -- **push_secret** (*Required*): The push secret that Foursquare provides to you in the app dashboard. +{% configuration %} +access_token: + description: A Foursquare API access token. + required: true + type: string +push_secret: + description: The push secret that Foursquare provides to you in the app dashboard. + required: true + type: string +{% endconfiguration %} #### Getting the access token ####