문제

Using Evo 1.0.6

I have made a TV with single select Yes No and assigned it to a template. If admin selects Yes, the resource's longtitle should be output to a chunk. None if selected No.

For example, I would like to have a checkbox while adding a resource which says "List this page as popular". Which if checked displays the resource's longtitle in a chunk in a list, like

Chunk output:

<h3>Popular Pages</h3>
<ul>
<li><a href="[*id*]">[*longtitle*]</a></li>
</ul>
도움이 되었습니까?

해결책

In the TV Input Option Values, add this:

Yes=={{nameOfChunk}}

Then when the checkbox is selected, the chunk will be displayed wherever your TV tag appears in your templates.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top