numaxlab / nova-ckeditor5-classic

A Laravel Nova CKEditor5 Classic Field.
MIT License
39 stars 41 forks source link

Make storage path configurable #24

Closed JaZo closed 6 months ago

JaZo commented 2 years ago

Description

I've made the storage path configurable. The default is still /attachments for backwards compatibility.

Motivation and context

Currently all files are stored in the attachments directory, but our project requires another directory structure. You can set the path on the field, just like the Trix field, but currently it is ignored.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply: