Adding a custom asset manager #6212
derekalmond
started this conversation in
General
Replies: 1 comment
-
Just to add - i might be better using an event after the asset manager has loaded - but i cant see that there is one ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add a few extra attributes to image display in the asset manager and most importantly i want to be able to filter my image list down as there are quite a few.
Adding the asset manager as below. the plan being to replace the existing asset list with my enhanced version, but the original asset list is not shown - am i going about it the wrong way?
assetManager: {
upload: false,
embedAsBase64: false,
assets: {!! \App\Services\StaticBlocks\GrapeJs::getImageListAsJson() !!}
}
Beta Was this translation helpful? Give feedback.
All reactions