Material admin does not support Media Library from core. I have started a patch to try to solve this issue.
Before patch

After patch

| Comment | File | Size | Author |
|---|---|---|---|
| #3 | support-media-library-3015073-3.patch | 5.7 KB | kevinfunk |
Material admin does not support Media Library from core. I have started a patch to try to solve this issue.
Before patch

After patch

| Comment | File | Size | Author |
|---|---|---|---|
| #3 | support-media-library-3015073-3.patch | 5.7 KB | kevinfunk |
Comments
Comment #2
saltednutYou could maybe speed this patch up by only loading the view once, during the if statement.
Should do the trick. I haven't profiled this to see if its a performance boost, but I do know material_admin_install is already kinda slow.
Comment #3
kevinfunkI've updated the patch to only load the view once and fixed an issue where you can't click on the title to edit the media.