- Issue created by @todea
Within views, the token placeholder strings are outputted when the contextual filter is not supplied.
We have a view that accepts a taxonomy term contextual filter to show blog posts related to the particular category. When the filter is not passed to the view we use the "no results behavior" to show an alternate view that lists the main blog categories. In this case when no filter is in use, the page appears with the token placeholder strings. We would expect no values to be output in this case.
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="description" content="{{ description__value }}" />
<title>{{ term_node_tid }} | My Website</title>
Active
1.26
Views integration