heimrichhannot/contao-upload_filename_sanitizer
Composer 安装命令:
composer require heimrichhannot/contao-upload_filename_sanitizer
包简介
A simple module for sanitizing filenames (when uploading them in the file manager) and folders (when creating them in the file manager).
README 文档
README
This module is abandoned. For Contao 4 use this bundle instead: contao-filename-sanitizer-bundle
A simple module for sanitizing filenames (when uploading them in the file manager) and folders (when creating them in the file manager). The sanitizing contains the following steps:
- German Umlauts are transformed to their non-umlaut representation (ä -> ae, Ä -> Ae, ß -> ss, ...).
- All characters which are not a-z, A-Z, - (hyphen) or _ (underscore) are replaced by - (hyphen).
- Multiple consecutive hyphens are replaced reduced to a single hyphen.
- Leading and trailing hyphens are removed.
统计信息
- 总下载量: 1.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2016-11-22