- All module layouts were programmed for individual websites. Maybe there is one that works for you without any problems. Maybe!
- Your job to fiddle around with custom overrides.
- Joomla slider based on Splidejs / splide JS library (https://github.com/Splidejs/splide).
- The module layouts are based on Bootstrap 5? That has not yet been decided.
If you use Cassiopeia and you insert modules with loadmodule plugin, e.g. in articles, you need the additional CSS rule (or similar)
.com-content-article ul.splide__list
{
overflow: unset !important;
}
@since v2022.06.11_4.0.7: Build procedure uses local repo fork of https://github.com/GHSVS-de/buildKramGhsvs
- Prepare/adapt
./package.json
. cd /mnt/z/git-kram/mod_splideghsvs
npm install
(if not done yet)
npm run updateCheck
or (faster)npm outdated
npm run update
(if needed) or (faster)npm update --save-dev
node build.js
- New, installable ZIP is in
./dist
afterwards. - All packed files for this ZIP can be seen in
./package
. But only if you disable deletion of this folder at the end ofbuild.js
.s
- Create new release with new tag.
- See release description in
dist/release.txt
.
- See release description in
- Extracts(!) of the update and changelog XML for update and changelog servers are in
./dist
as well. Copy/paste and necessary additions.