andrewhoule / silverstripe-photogallery
创建一个基本的照片画廊页面类型,包含相册和照片。相册中的照片将通过灯箱打开。
2.0
2020-10-07 17:01 UTC
Requires
- bummzack/sortablefile: dev-master
- silverstripe/cms: ~4
- silverstripe/framework: ~4
- silverstripe/vendor-plugin: ^1.0
- undefinedoffset/sortablegridfield: ^2.0
This package is auto-updated.
Last update: 2024-09-10 10:57:30 UTC
README
作者
- Andrew Houle
- https://andrewhoule.me
要求
- SilverStripe最低版本5以上。
- 对于SilverStripe 4,请使用SS4分支。
- 对于SilverStripe 3,请使用SS3分支。
- SortableGridField模块 - https://github.com/UndefinedOffset/SortableGridField
- GridFieldBulkEditingTools模块 - https://github.com/colymba/GridFieldBulkEditingTools
安装
- 通过Composer运行 "composer require andrewhoule/silverstripe-photogallery"
- 访问你的站点.com/dev/build/?flush=1
- 创建一个新的照片画廊页面,修改设置,添加相册/照片。
- 通过自己的CSS添加一些样式。
待办事项
- 添加对视频嵌入(来自youtube/vimeo)的支持
- 添加一个基本主题
- 添加文档
- 添加灯箱选项
- 添加默认设置的yml文件