Blog blocks for the FleetQ Website Builder.
Provides three GrapesJS blocks:
- Blog Header (
fleetq-blog-hero) — section with title and subtitle - Post Grid (Dynamic) (
fleetq-blog-post-list) — fetches posts from the Public API at runtime - Post Card (Static) (
fleetq-blog-post-card) — static card for manual layout
- PHP ^8.2
- FleetQ >= 1.3.0
composer require fleetq/website-plugin-blogLaravel auto-discovery registers BlogWebsitePluginServiceProvider automatically.