【发布时间】:2019-03-25 10:12:49
【问题描述】:
我尝试在 TYPO3 9.5.5 中重命名 indexed_search 占位符标签。
模板如下所示:
<f:form.textfield name="search[sword]" value="{sword}" id="tx-indexedsearch-searchbox-sword" class="tx-indexedsearch-searchbox-sword form-control mr-sm-2 form-control-sm" placeholder="{f:translate(key: 'LLL:EXT:indexed_search/Resources/Private/Language/locallang.xml:form.submit')}" />
如何更改占位符的值?
我试过这个:
plugin.tx_indexed_search._LOCAL_LANG.default.form.submit = New Placeholder Text
还有这个:
plugin.tx_indexed_search.locallang.default.form.submit = New Placeholder Text
但两者都不起作用。
谢谢, 里梅
【问题讨论】: