Commit ff3cc17
committed
feat(visual-editor): Add interactive blocks, templates UI, and documentation
- Add new block types: Video, Embed, Tabs, TabPanel, Accordion, AccordionItem
- Create TemplatesPanel Livewire component for managing saved block templates
- Add templates panel Blade view with search, categories, preview modal
- Create README.md with comprehensive package documentation
- Add Feature tests for Livewire components
- Add Blade templates for all new block types
- Update BlockCategory enum with UTILITY case
- Update language file with template and block translations
- Add CSS styles for templates panel, modals, and forms
- Register new blocks and Livewire components in service provider1 parent 8566c27 commit ff3cc17
File tree
24 files changed
+3294
-8
lines changed- packages/inspirecms-visual-editor
- database/migrations
- resources
- css
- lang/en
- views
- blocks
- livewire
- src
- Blocks/Types
- Enums
- Livewire
- Models
- tests/Feature
24 files changed
+3294
-8
lines changedLarge diffs are not rendered by default.
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments