【发布时间】:2016-03-09 14:18:14
【问题描述】:
我有一个表,其中的列标题来自本地化键。表代码位于可编辑文本 webpart 中。不幸的是,宏显示在搜索结果中。有没有办法避免这种情况,或者限制智能搜索 webpart?最坏的情况是我放弃了本地化实现。
这是我的代码 sn-p:
<thead>
<tr>
<th scope="col">{$kff.Generic-Name$}</th>
<th class="type" scope="col">{$kff.Generic-Type$}</th>
</tr>
</thead>
【问题讨论】:
标签: kentico