File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/forms/resources/views/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- @pushonce (' filament-styles:file-field ' )
1
+ @pushonce (' filament-styles:file-upload-component ' )
2
2
<link rel =" stylesheet" href =" https://unpkg.com/filepond/dist/filepond.css" >
3
3
<link href =" https://unpkg.com/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css" rel =" stylesheet" >
4
4
<style >
26
26
</style >
27
27
@endpushonce
28
28
29
- @pushonce (' filament-scripts:file-field ' )
29
+ @pushonce (' filament-scripts:file-upload-component ' )
30
30
<script src =" https://unpkg.com/filepond/dist/filepond.js" ></script >
31
31
<script src =" https://unpkg.com/filepond-plugin-file-validate-size/dist/filepond-plugin-file-validate-size.js" ></script >
32
32
<script src =" https://unpkg.com/filepond-plugin-file-validate-type/dist/filepond-plugin-file-validate-type.js" ></script >
Original file line number Diff line number Diff line change 1
- @pushonce (' filament-styles:rich-editor-field ' )
1
+ @pushonce (' filament-styles:rich-editor-component ' )
2
2
<
link rel =
" stylesheet" href =
" https://unpkg.com/[email protected] /dist/trix.css" >
3
3
4
4
<style >
8
8
</style >
9
9
@endpushonce
10
10
11
- @pushonce (' filament-scripts:rich-editor-field ' )
11
+ @pushonce (' filament-scripts:rich-editor-component ' )
12
12
<
script src =
" https://unpkg.com/[email protected] /dist/trix.js" ></
script >
13
13
14
14
<script >
You can’t perform that action at this time.
0 commit comments