You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently storing the Place ID returned by the Google API, however, it is not readily accessible. The value is not visible in the Address field within the control panel, and accessing it via Twig is slightly clunky...
{% setplaceId=address.raw.place_id %}
It would be nice if this value were brought up to the top level of subfields, on par with the coordinates fields.
We could (optionally) make the Place ID value visible within the Address field. Calling it via Twig would look more like this...
{% setplaceId=address.placeId %}
The text was updated successfully, but these errors were encountered:
We are currently storing the Place ID returned by the Google API, however, it is not readily accessible. The value is not visible in the Address field within the control panel, and accessing it via Twig is slightly clunky...
It would be nice if this value were brought up to the top level of subfields, on par with the coordinates fields.
We could (optionally) make the Place ID value visible within the Address field. Calling it via Twig would look more like this...
The text was updated successfully, but these errors were encountered: