Skip to content

Commit

Permalink
Merge pull request #371 from pacoorozco/replace-wysiwyg-editor
Browse files Browse the repository at this point in the history
Replace wysiwyg editor
  • Loading branch information
pacoorozco authored Oct 17, 2022
2 parents 6a00501 + 66db094 commit aa6fb46
Show file tree
Hide file tree
Showing 185 changed files with 55,077 additions and 28 deletions.
2 changes: 1 addition & 1 deletion app/Models/Level.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function scopeActive(Builder $query): Builder
protected function image(): Attribute
{
return Attribute::make(
get: fn($value) => $this->imageUrl()
get: fn ($value) => $this->imageUrl()
);
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"jquery-datetimepicker": "^2.5.21",
"laravel-mix": "^5.0.1",
"repeatable-fields": "^1.5.0",
"summernote": "^0.8.20",
"vue-template-compiler": "^2.6.14"
}
}
2 changes: 1 addition & 1 deletion public/js/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/vendor/summernote/font/summernote.eot
Binary file not shown.
1 change: 1 addition & 0 deletions public/vendor/summernote/font/summernote.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9fe8a4284ea6542e5b857380d2288fbd
Binary file added public/vendor/summernote/font/summernote.ttf
Binary file not shown.
Binary file added public/vendor/summernote/font/summernote.woff
Binary file not shown.
Binary file added public/vendor/summernote/font/summernote.woff2
Binary file not shown.
185 changes: 185 additions & 0 deletions public/vendor/summernote/lang/summernote-ar-AR.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa6fb46

Please sign in to comment.