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
There seems to be an issue with the from parameter on the nav tag. When I add from="/" or from="/{segment_1}" the structure collection always returns empty.
{{ nav from="/" }}
<a href="{{ url }}" >{{ title }}</a>
{{ /nav }}
Environment
Statamic version: 3.0.0.-beta-26
PHP version: 7.{?}
Install method (choose one):
Fresh install from statamic/statamic
Starter kit
Existing Laravel app
Other (please explain this magic!)
The text was updated successfully, but these errors were encountered:
Bug Description
There seems to be an issue with the
from
parameter on the nav tag. When I addfrom="/"
orfrom="/{segment_1}"
the structure collection always returns empty.Environment
Statamic version: 3.0.0.-beta-26
PHP version: 7.{?}
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered: