geoproject-app/src/components/blocks
isUnknown 790eb7414e feat: integrate Kirby CMS data with Vue print editor
- Add JSON content representation template (recit.json.php)
- Create virtual /print page plugin for recit pages
- Add recit.php base template for content representation
- Create Pinia store for recit data management
- Add block components (text, heading, image, list, quote, video, map)
- Update PagedJsWrapper for dynamic content rendering with data-page-type
- Modify header.php to pass recit JSON URL via data attribute
- Update App.vue to load recit data on mount

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 18:01:01 +01:00
..
HeadingBlock.vue feat: integrate Kirby CMS data with Vue print editor 2025-12-08 18:01:01 +01:00
ImageBlock.vue feat: integrate Kirby CMS data with Vue print editor 2025-12-08 18:01:01 +01:00
index.js feat: integrate Kirby CMS data with Vue print editor 2025-12-08 18:01:01 +01:00
ListBlock.vue feat: integrate Kirby CMS data with Vue print editor 2025-12-08 18:01:01 +01:00
MapBlock.vue feat: integrate Kirby CMS data with Vue print editor 2025-12-08 18:01:01 +01:00
QuoteBlock.vue feat: integrate Kirby CMS data with Vue print editor 2025-12-08 18:01:01 +01:00
TextBlock.vue feat: integrate Kirby CMS data with Vue print editor 2025-12-08 18:01:01 +01:00
VideoBlock.vue feat: integrate Kirby CMS data with Vue print editor 2025-12-08 18:01:01 +01:00