Question about namespaces
Created 6 years ago by pdring

Hi,

Using the Streams Module, I can retrieve data from a stream (for example some cities) using {% set cities = entries('cities').get() %} and then a loop {% for city in cities %}. At the moment my namespace is ALSO "cities".

How do I access a stream within the namespace "cities" that has a different stream name? Is there specific syntax?

Thanks.

pdring  —  6 years ago

Sorry, I figured it out 😄

entries('cities', 'parks')