{"version":3,"sources":["webpack:///./src/templates/maps/map-default.js"],"names":["MapDefaultTemplate","props","data","template","WFB_TEMPLATE"],"mappings":"4FAAA,kEAYeA,UANY,SAACC,GAC1B,OAAO,kBAAC,IAAD,CAAiBC,KAAMD,EAAOE,SAAUC","file":"component---src-templates-maps-map-default-js-5321a59d110b04641a74.js","sourcesContent":["import { WFB_TEMPLATE } from '@utils/constants';\nimport { graphql } from 'gatsby';\nimport React from 'react';\nimport DefaultTemplate from '../default';\nimport { defaultPropTypes } from '../proptypes/default';\n\nconst MapDefaultTemplate = (props) => {\n  return <DefaultTemplate data={props} template={WFB_TEMPLATE} />;\n};\n\nMapDefaultTemplate.propTypes = { data: defaultPropTypes };\n\nexport default MapDefaultTemplate;\n\nexport const pageQuery = graphql`\n  query($id: String!, $headerMenu: Int!) {\n    page: wordpressWpTtMaps(id: { eq: $id }) {\n      title\n      yoast_meta {\n        yoast_wpseo_metadesc\n        yoast_wpseo_title\n        yoast_wpseo_facebook_title\n        yoast_wpseo_facebook_image\n        yoast_wpseo_facebook_description\n        yoast_wpseo_social_defaults {\n          twitter_card_type\n        }\n        yoast_wpseo_twitter_title\n        yoast_wpseo_twitter_image\n        yoast_wpseo_twitter_description\n      }\n      acf {\n        parent_title\n        parent_relative_path\n        hero: hero_area_default {\n        options \n          title\n          content\n          secondary_content\n          image_caption\n          text_snippet\n          background_image {\n            alt_text\n            caption\n            localFile {\n              childImageSharp {\n                fluid {\n                  ...GatsbyImageSharpFluid\n                }\n              }\n            }\n          }\n          foreground_image {\n            alt_text\n            caption\n            localFile {\n              childImageSharp {\n                fluid {\n                  ...GatsbyImageSharpFluid\n                }\n              }\n            }\n          }\n          icon {\n            alt_text\n            caption\n            localFile {\n              childImageSharp {\n                fluid {\n                  ...GatsbyImageSharpFluid\n                }\n              }\n            }\n          }\n        }\n        blocks: content_area_default {\n          layout\n          card_dark {\n            background_color\n            title\n            objects_layout\n            button_type\n            enable_excerpts\n            related_objects {\n              wordpress_id\n              post_date\n              post_title\n              post_excerpt\n            }\n          }\n          teaser {\n            background_color\n            title\n            content\n            image_type\n            image_position\n            image {\n              alt_text\n              caption\n              localFile {\n                childImageSharp {\n                  fluid {\n                    ...GatsbyImageSharpFluid\n                  }\n                }\n              }\n            }\n            button_group {\n              button_text\n              external_link\n              button_link {\n                relative_path\n              }\n            }\n          }\n          teaser_compound {\n            left_block {\n              title\n              content\n              button_group {\n                button_text\n                external_link\n                button_link {\n                  relative_path\n                }\n              }\n            }\n            right_block {\n              title\n              content\n              button_group {\n                button_text\n                external_link\n                button_link {\n                  relative_path\n                }\n              }\n            }\n          }\n          teaser_search {\n            background_color\n            title\n            type\n            image_type\n            image_position\n            image {\n              alt_text\n              caption\n              localFile {\n                childImageSharp {\n                  fluid {\n                    ...GatsbyImageSharpFluid\n                  }\n                }\n              }\n            }\n          }\n          three_column_links {\n            link {\n              relative_path\n            }\n            title\n            preface\n          }\n        }\n        highlights: highlight_area_default_page {\n          ... on WordPressAcf_cards_exposed {\n            highlight_layout\n            related_posts {\n              title\n              content\n              link {\n                post_title\n                relative_path\n              }\n            }\n          }\n          ... on WordPressAcf_promo {\n            highlight_layout\n            promo_type {\n              acf {\n                promo_type\n                teaser_compound_promo {\n                  background_image {\n                    alt_text\n                    localFile {\n                      childImageSharp {\n                        fluid {\n                          ...GatsbyImageSharpFluid\n                        }\n                      }\n                    }\n                  }\n                  left_block {\n                    title\n                    content\n                    button_group {\n                      button_text\n                      button_relative_path\n                    }\n                  }\n                  right_block {\n                    title\n                    content\n                    button_group {\n                      button_text\n                      button_relative_path\n                    }\n                  }\n                }\n                teaser_promo {\n                  title\n                  image_type\n                  content\n                  button_group {\n                    button_text\n                    button_relative_path\n                    external_link\n                  }\n                  image {\n                    alt_text\n                    localFile {\n                      childImageSharp {\n                        fluid {\n                          ...GatsbyImageSharpFluid\n                        }\n                      }\n                    }\n                  }\n                }\n              }\n            }\n          }\n        }\n      }\n    }\n    headerMenu: wordpressWpApiMenusMenusItems(wordpress_id: { eq: $headerMenu }) {\n      ...Header\n    }\n  }\n`;\n"],"sourceRoot":""}