Skip to content

Commit

Permalink
Publish beta
Browse files Browse the repository at this point in the history
  • Loading branch information
malzariey committed Jan 5, 2025
1 parent 1c42bce commit a0b6f88
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 146 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@
"laravel": {
"providers": [
"Malzariey\\FilamentLexicalEditor\\FilamentLexicalEditorServiceProvider"
],
"aliases": {
"FilamentLexicalEditor": "Malzariey\\FilamentLexicalEditor\\Facades\\FilamentLexicalEditor"
}
]

}
},
"minimum-stability": "dev",
Expand Down
6 changes: 3 additions & 3 deletions resources/views/components/dialogs.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div style="height: 0">
<x-link-editor/>
<x-image-dialog/>
<x-image-editor/>
<x-filament-lexical-editor::link-editor/>
<x-filament-lexical-editor::image-dialog/>
<x-filament-lexical-editor::image-editor/>
</div>

Loading

0 comments on commit a0b6f88

Please sign in to comment.