jokumer / xfilelist
扩展TYPO3文件列表和文件浏览器,用于在元数据中进行搜索,并为文件浏览器添加分页和排序功能
4.0.0
2021-06-28 11:14 UTC
Requires
- typo3/cms-core: ^10
Replaces
- typo3-ter/xfilelist: 4.0.0
- xfilelist: 4.0.0
README
扩展TYPO3默认的后台模块文件列表和文件浏览器。
- 文件列表和文件浏览器中的元数据搜索
- 文件浏览器中的分页(也适用于搜索)
- 文件浏览器中的文件信息与文件列表中一样
- 文件浏览器中的文件信息排序与文件列表中一样
- 文件浏览器中的清除搜索与文件列表中一样
安装
在扩展管理器中安装此扩展。无需其他操作。
项目信息和发布版本
项目主页: https://github.com/jokumer/TYPO3-xfilelist
开发: https://github.com/jokumer/TYPO3-xfilelist.git
git clone https://github.com/jokumer/TYPO3-xfilelist.git
错误报告: https://github.com/jokumer/TYPO3-xfilelist/issues
搜索
搜索文件时,搜索包括存储在数据库表sys_file_metadata中的元数据文本。扩展filemetadata和metadata通过更多字段扩展此表。通过扩展管理器在扩展配置中定义要包含在搜索中的文本字段(sysFileMetadataSearchFields)。默认为
title, description, alternative
您可以根据已安装的扩展添加/更改文本字段
系统扩展:filemetadata
caption, color_space, copyright, creator, creator_tool, download_name, keywords, language, location_city, location_country, location_region, note, publisher, source, status, unit
扩展:metadata
camera_model, copyright_notice, iso_speed_ratings, shutter_speed_value
另请参阅
- https://docs.typo3.org/typo3cms/extensions/core/latest/Changelog/7.6/Feature-69120-AddBasicFileSearchInElementBrowser.html
- https://forge.typo3.org/issues/69120
- https://forge.typo3.org/issues/58724
分页
分页适用于文件浏览器的列表和搜索视图。仅适用于后端模块文件列表的列表视图,不适用于搜索视图。
列表中的条目数量可以在扩展配置中通过扩展管理器进行配置(fileListConfiguration_iLimit)。默认为:40
另请参阅