-
-
Notifications
You must be signed in to change notification settings - Fork 182
Hide Files With Extension
Muah edited this page Nov 10, 2019
·
8 revisions
incase you want to hide some files from the manager.
This is not the same as the global file ignore pattern in the config, rather it's made so you can dynamically hide files from the end user.
so to use it, just pass a param with the extensions you want to hide
@include('MediaManager::_manager', ['hideExt' => ['svg']])
- the passed param have to be an
array
of items not a string.