Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Mar 10, 2021
2 parents 88981f8 + 6d42c67 commit 1394d9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@pushonce('filament-styles:file-field')
@pushonce('filament-styles:file-upload-component')
<link rel="stylesheet" href="https://unpkg.com/filepond/dist/filepond.css">
<link href="https://unpkg.com/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css" rel="stylesheet">
<style>
Expand Down Expand Up @@ -26,7 +26,7 @@
</style>
@endpushonce

@pushonce('filament-scripts:file-field')
@pushonce('filament-scripts:file-upload-component')
<script src="https://unpkg.com/filepond/dist/filepond.js"></script>
<script src="https://unpkg.com/filepond-plugin-file-validate-size/dist/filepond-plugin-file-validate-size.js"></script>
<script src="https://unpkg.com/filepond-plugin-file-validate-type/dist/filepond-plugin-file-validate-type.js"></script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@pushonce('filament-styles:rich-editor-field')
@pushonce('filament-styles:rich-editor-component')
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/trix.css">

<style>
Expand All @@ -8,7 +8,7 @@
</style>
@endpushonce

@pushonce('filament-scripts:rich-editor-field')
@pushonce('filament-scripts:rich-editor-component')
<script src="https://unpkg.com/[email protected]/dist/trix.js"></script>

<script>
Expand Down

0 comments on commit 1394d9b

Please sign in to comment.