teufels/tt3-swiper-nce

Slider based on Swiper JS allows to use nested content elements in Slide

Installs: 992

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

1.0.4 2024-01-31 11:00 UTC

This package is auto-updated.

Last update: 2024-03-30 00:19:58 UTC


README

VENDOR PACKAGE KEY version

[ ṯeufels ] Swiper NCE

Slider based on Swiper JS (https://swiperjs.com/) allows to use nested content elements in Slide

This version supports TYPO3

CUSTOMER

Composer support

composer req teufels/tt3-swiper-nce

Swiper.js Documents

Requirements

Swiper.js: >=6.8.4

How to use

  • Install with composer
  • Import Static Template (before sitepackage)
  • make own Configurations
    • add Configurations to TsConfig/Page/TCEFORM.tsconfig in sitepackage
    • add own configuration js file to sitepackage & implement these in setup.typoscript of sitepackage

Update & Migration from hive_swiperjs_simple

  1. in composer.json replace beewilly/hive_swiperjs_simple with "teufels/tt3-swiper-nce":"^1.0"
  2. Composer update
  3. Include TypoScript set [teufels] Swiper NCE
  4. Analyze Database Structure -> Add tables & fields (do not remove old hive_swiperjs_simple yet)
  5. Perform Upgrade Wizards [teufels] Swiper NCE
  6. Analyze Database Structure -> Remove tables & unused fields (remove old hive_swiperjs_simple now)
  7. class & id changed -> adjust styling in sitepackage (e.g. tx_tt3_swiper_nce => tx_tt3_swiper_nce)
  8. check & adjust be user group access rights
  9. migrate own configurations

Changelog