responsiv / uploader-plugin

Collection of File Upload components for October
MIT License
62 stars 39 forks source link

Upload of non-public files #35

Open KGE opened 7 years ago

KGE commented 7 years ago

Is there a specific reason for the hardcoded "is_public" property in the ComponentUtils trait ?

Are there any issues in passing it when binding the model to the component?

I mean something like:

public function bindModel($attribute, $model, $is_public = true)