teufels/tt3-swiper-nce

基于Swiper JS的滑块,允许在幻灯片中使用嵌套内容元素

安装: 1,582

依赖项: 0

建议者: 0

安全性: 0

类型:typo3-cms-extension

1.1.2 2024-07-30 12:21 UTC

This package is auto-updated.

Last update: 2024-08-30 12:31:46 UTC


README

VENDOR PACKAGE KEY version

[ ṯeufels ] Swiper NCE

基于Swiper JS (https://swiper.js.cn/) 的滑块,允许在幻灯片中使用嵌套内容元素

本版本支持TYPO3

CUSTOMER

Composer支持

composer req teufels/tt3-swiper-nce

Swiper.js 文档

需求

Swiper.js: >=6.8.4

如何使用

  • 使用Composer安装
  • 导入静态模板(在站点包之前)
  • 自定义配置
    • 将配置添加到站点包中的TsConfig/Page/TCEFORM.tsconfig
    • 将自定义配置js文件添加到站点包中,并在站点包的setup.typoscript中实现

从hive_swiperjs_simple更新和迁移

  1. 在composer.json中,将beewilly/hive_swiperjs_simple替换为"teufels/tt3-swiper-nce":"^1.0"
  2. Composer更新
  3. 包含TypoScript设置[teufels] Swiper NCE
  4. 分析数据库结构 -> 添加表和字段(不要删除旧的hive_swiperjs_simple)
  5. 执行升级向导[teufels] Swiper NCE
  6. 分析数据库结构 -> 删除表和未使用的字段(现在删除旧的hive_swiperjs_simple)
  7. 类和id已更改 -> 调整站点包中的样式(例如,tx_tt3_swiper_nce => tx_tt3_swiper_nce)
  8. 检查并调整用户组访问权限
  9. 迁移自定义配置

变更日志