Rename horizontalgallery block to horizontal-gallery
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
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:
parent
a01323be39
commit
6d71b353f3
6 changed files with 8 additions and 8 deletions
|
|
@ -2,6 +2,6 @@ import HorizontalGalleryBlock from "./components/HorizontalGalleryBlock.vue";
|
|||
|
||||
window.panel.plugin("index/horizontal-gallery", {
|
||||
blocks: {
|
||||
horizontalgallery: HorizontalGalleryBlock
|
||||
"horizontal-gallery": HorizontalGalleryBlock
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue