lochmueller/form-footnote
最新稳定版本:1.2.4
Composer 安装命令:
composer require lochmueller/form-footnote
包简介
Footnotes for EXT:form
README 文档
README
Installation
- Load the extension
- Overwrite the
Field/Field.htmlpartial and add the footnote rendering<f:render partial="Field/Footnote" arguments="{_all}" />(e.g. the require asterisk) - Add Output of the notes in
Form.html(example below) - Done. Have fun!
Example output:
<footnote:get>
<f:for each="footnotes" as="note" key="number">
<sup>{number}</sup> {note}<br />
</f:for>
</footnote:get>
统计信息
- 总下载量: 3.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-01-24