{"version":3,"file":"component---src-templates-news-template-js-b54c6800e7ad0864f116.js","mappings":"8KA2DA,UAtD6BA,IACzB,MAAMC,EAAOD,EAAMC,KAAKC,cAClBC,EAAYF,EAAKG,aACjBC,EAAmBJ,EAAKK,oBAC9B,OACIC,EAAAA,cAACC,EAAAA,EAAM,CACHC,KAAMR,EAAKS,IACXC,IAAKV,EAAKU,IACVC,SAAUX,EAAKW,SACfC,aAAcZ,EAAKY,aACnBV,UAAWA,EACXW,WAAYb,EAAKc,kBAAkBD,WACnCE,WAAYf,EAAKc,kBAAkBE,qBACnCC,WAAYjB,EAAKc,kBAAkBI,oBAEnCZ,EAAAA,cAACa,EAAAA,EAAc,CAACnB,KAAMA,EAAMI,iBAAkBA,EAAkBgB,KAAK,OAAOX,IAAKT,EAAKS,MACjF,C","sources":["webpack://gatsby-starter-default/./src/templates/NewsTemplate.js"],"sourcesContent":["import React from \"react\"\nimport { graphql } from \"gatsby\"\nimport Layout from \"components/Layout/Layout\"\nimport FeaturedLayout from \"components/FeaturedLayout/FeaturedLayout\"\n\nconst NewsArticleTemplate = (props) => {\n const data = props.data.wpNewsArticle\n const googleAds = data.acfGoogleAds\n const googleAdsSidebar = data.acfGoogleAdsSidebar\n return (\n \n \n \n )\n}\n\nexport const newsArticleQuery = graphql`\nquery($id: String!) {\n wpNewsArticle(id: {eq: $id}) {\n id\n title\n uri\n date(formatString: \"MMMM DD, Y\")\n seo {\n metaKeywords\n metaDesc\n title\n breadcrumbs {\n text\n url\n }\n }\n language {\n code\n name\n slug\n }\n translations {\n uri\n language {\n code\n name\n slug\n }\n }\n ...newsArticleTemplateQuery\n }\n}\n`\n\nexport default NewsArticleTemplate"],"names":["props","data","wpNewsArticle","googleAds","acfGoogleAds","googleAdsSidebar","acfGoogleAdsSidebar","React","Layout","path","uri","seo","language","translations","hideFooter","acfFooterSettings","hideSignup","hideNewsletterSignUp","hideSocial","hideSocialFollowUs","FeaturedLayout","type"],"sourceRoot":""}