drupal colorbox 搭配 blazy 一起使用
drupal colorbox 搭配 blazy 一起使用
通过 composer 安装 最新版
$ composer require "drupal/colorbox" "drupal/blazy"
也可以通过 composer 安装指定版本
$ composer require 'drupal/colorbox:^2.1'
$ composer require 'drupal/blazy:^3.0'
这是手动安装 git 版本的方法
colorbox
https://www.drupal.org/project/colorbox
https://git.drupalcode.org/project/colorbox
git clone --branch=2.1.x --depth=1 https://git.drupalcode.org/project/colorbox.git
blazy
https://www.drupal.org/project/blazy
https://git.drupalcode.org/project/blazy
git clone --branch=3.0.x --depth=1 https://git.drupalcode.org/project/blazy.git
进入 https://www.wodsh.com/admin/modules
先安装 colorbox,然后再安装 blazy 。
https://www.wodsh.com/admin/config/content/formats
完整的 HTML
https://www.wodsh.com/admin/config/content/formats/manage/full_html?destination=/admin/config/content/formats
下拉 启用过滤器里 勾选 Blazy ,启用 Blazy,然后 Media switcher 里选择 image to Colorbox,保存。
https://www.wodsh.com/admin/structure/types/manage/article/display
首页> 管理> 结构> 内容类型> 文章> 管理显示> 字段> 图像> Colorbox
保存,完成。
添加新评论