Skip to content

Commit

Permalink
Merge pull request #21 from IBEC-BOX/revert-18-feature/ckeditor5
Browse files Browse the repository at this point in the history
Revert "feat: integrate ckeditor 5 with ckfinder"
  • Loading branch information
ast21 authored Mar 20, 2024
2 parents d2c0c13 + af41a5a commit 73c9ade
Show file tree
Hide file tree
Showing 706 changed files with 1 addition and 21,928 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,24 +95,6 @@ php artisan shield:super-admin
}
```


### Ckeditor
Пакет дает возможность использовать текстовый редактор [CKEditor](https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/laravel.html) c расширением [CKFinder]()https://ckeditor.com/ckfinder/
для работы с изображением и файлами
Пример использования:
```php
// Filament/Resources/Resource.php
public static function form(Form $form): Form
{
return $form->schema([
// other fields ...
CkeditorField::make('description')
->columnSpan('full')
->label('description')
]);
}
```

### Middlewares

#### SetLocaleFromAcceptLanguageHeader
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"require": {
"php": "^8.1",
"bezhansalleh/filament-shield": "^3.0",
"ckfinder/ckfinder-laravel-package": "^4.0",
"filament/filament": "^3.0-stable",
"filament/spatie-laravel-media-library-plugin": "^3.0-stable",
"filament/spatie-laravel-translatable-plugin": "^3.0-stable",
Expand Down
190 changes: 0 additions & 190 deletions config/ckfinder.php

This file was deleted.

170 changes: 0 additions & 170 deletions public/js/ckeditor/ckeditor5.js

This file was deleted.

Loading

0 comments on commit 73c9ade

Please sign in to comment.