sylvainjule / quickpages
此包已被弃用且不再维护。没有推荐替代包。
快速过滤页面字段对话框
1.0.0
2019-03-28 11:42 UTC
Requires
This package is auto-updated.
Last update: 2020-03-01 00:14:11 UTC
README
自 Kirby 3.3.0 开始,此功能已包含在 Kirby 核心中。因此,此插件已过时。
Kirby Quickpages
快速过滤页面字段对话框。
1. 安装
注意:由于此功能可能很快就会包含在核心中,我不会为此插件处理功能请求。
下载并将此仓库复制到 /site/plugins/quickpages
或者,您可以使用 composer 安装它: composer require sylvainjule/quickpages
2. 设置
在您的蓝图中将 pages
字段替换为 quickpages
。
3. 选项
该字段与 pages
字段共享所有选项,并额外提供了一个选项
quickpages: type: quickpages # wheter the input string should match the beginning of a title only (true) or match any part of the title (false) start: false
4. 许可证
MIT