Skip to content

Slideshow Widget

This page is generated from package source documentation in the Capell packages repository and the checked-in manifest. Source documentation is not distribution status. Before running a Composer command, verify that the exact package and compatible 1.x release are available through public Packagist or the authenticated marketplace account.

FieldValue
Composer packagecapell-app/widget-slideshow
Package slugwidget-slideshow
Product groupCapell Foundation
Tierfree
Bundlefoundation
Runtime contextsadmin, frontend
Capell version^1.0
Source repositorycapell-app/packages
Source pathpackages/widget-slideshow
Docs sourcepackages/widget-slideshow/docs
Manifestcapell.json

Slideshow Widget is an Available, No schema impact Capell package in the Capell Foundation product group. It ships as capell-app/widget-slideshow and extends these surfaces: admin, frontend.

Slideshow adds a Layout Builder widget for local responsive images with captions, optional calls to action, and visitor motion controls. It rejects remote media and unsafe URLs before rendering.

Editors assemble slides in Layout Builder, and visitors receive a public image sequence with captions and controls for advancing or pausing motion.

Evidence: src/Filament/SlideshowWidget.php, resources/views/widget.blade.php, tests/Feature/WidgetSlideshowTest.php, capell.json.

Status details:

  • Status: Available
  • Tier: free
  • Bundle: foundation
  • Composer package: capell-app/widget-slideshow
  • Namespace: Capell\WidgetSlideshow
  • Theme key: not applicable

For developers: The typed extension registers its public assets and validates slide media and links while tests protect the authoring boundary.

For teams: Teams can publish an image sequence with useful captions and visitor-controlled motion without commissioning a custom carousel.

Evidence: src/Providers/WidgetSlideshowServiceProvider.php, src/Filament/SlideshowWidget.php, tests/Feature/WidgetSlideshowTest.php, resources/views/widget.blade.php.

Screenshot contract: docs/screenshots.json.

Slideshow Widget extension card

  • Slideshow Widget extension card (marketplace, required).
  • Slideshow fields in Layout Builder (admin, optional).
  • Slideshow public output (frontend, optional).
  • Service providers: Capell\WidgetSlideshow\Providers\WidgetSlideshowServiceProvider.
  • Filament classes: SlideshowWidget.
  • Data objects: SlideshowInputData, SlideshowRenderData, SlideshowSlideData.
  • Manifest contributions: content-widget: Capell\WidgetSlideshow\WidgetSlideshowContribution.
  • Health checks: Capell\WidgetSlideshow\Health\WidgetSlideshowHealthCheck.
  • Blade views: packages/widget-slideshow/resources/views/widget.blade.php.
  • Cache tags: widget-slideshow.

This package has no schema impact. It extends Capell through content-widget contributions instead of declaring package-owned tables.

  • Required packages: capell-app/admin, capell-app/core, capell-app/frontend, capell-app/layout-builder.
  • Admin navigation: no admin page or resource contribution is declared.
  • Admin/editor extensions: content-widget: WidgetSlideshowContribution.
  • Permissions: none declared in capell.json.
  • Public routes: none declared.
  • Database changes: no package migrations declared.
  • Config: no package config files.
  • Settings: no package settings declared.
  • Queues or schedules: none declared.
  • Cache tags: widget-slideshow.
  • Commands: none declared.
  • Keep required Capell packages on compatible v4 releases: capell-app/admin, capell-app/core, capell-app/frontend, capell-app/layout-builder.
  • Keep public Blade and cached HTML free of authoring markers, model IDs, permissions, signed editor URLs, and lazy database queries.
  • Custom write integrations must preserve invalidation for widget-slideshow cache tags.
SymptomLikely causeCheckFix
Package surface is missing after installProvider or manifest is not loadedConfirm capell.json, package composer.json, and provider registrationReinstall the package, refresh Composer autoload, and clear host caches
Public output leaks unexpected stateRender data, cache variation, or authoring boundary has regressedCheck public Blade, cache tags, and public-output safety testsMove data loading out of Blade and rerun the package public-output tests
  1. Install the package: composer require capell-app/widget-slideshow.
  2. No package-specific setup command or migrations are declared.
  3. Open the package detail or install-intent surface and confirm the Slideshow Widget extension card is present.