Rename horizontalgallery block to horizontal-gallery
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

- Follow Kirby naming convention with dashes
- Update all references (blueprint, snippet, plugin registration)
- Rebuild plugin with new name

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-09 19:33:11 +01:00
parent a01323be39
commit 6d71b353f3
6 changed files with 8 additions and 8 deletions

View file

@ -2,6 +2,6 @@ import HorizontalGalleryBlock from "./components/HorizontalGalleryBlock.vue";
window.panel.plugin("index/horizontal-gallery", {
blocks: {
horizontalgallery: HorizontalGalleryBlock
"horizontal-gallery": HorizontalGalleryBlock
}
});