Teaser:
Last Published: 7/12/2026
Author: webresto
Category:
Tags:
Free Module
A module for managing banners and cards with GraphQL support.
The banner-cards module provides functionality for handling banners and cards in modern applications. It integrates with GraphQL APIs, offering queries for banner management and real-time updates.
This module enables your application to:
/banner-cards-admin-assets is now mounted at hook-initialize time via
src/hook/bindAssets.ts (same as core’s hook/bindAssets). Previously it was
mounted inside the Adminpanel:afterHook:loaded handler — middleware added at
that point lands after the app’s frontendRoutes catch-all (config/http.js),
so the bundle URL returned the site index.html instead of JS and the
Banner Cards Manager page was taken over by the site frontend.lib/systemdCalendar on both backend and frontend.banner-cards-view / banner-cards-manage
(department Marketing); page requires view, write API requires manage.assets/banner-cards-admin
(npm run build:adminizer) and served at /banner-cards-admin-assets.src/lib/bindAdminpanelconfig.ts (old model-CRUD registration).