CuBoulder / ucb2021_base

Drupal 9 Base theme for CU Boulder web properties
GNU General Public License v2.0
0 stars 1 forks source link

Layout Builder display of Media Library in the Admin Interface #221

Closed jcsparks closed 1 year ago

jcsparks commented 2 years ago

There's a bug with LB currently trying to load in and display the Media Library. It looks like the UT Austin folks have a contrib module that solves this by loading the old Seven admin theme templates to make this work.

We need to pull apart this module : https://www.drupal.org/project/media_library_theme_reset to see if there's an easy way for us to either extend it to use the Gin admin theme display or add in the templates in the right place in our front-end theme to display the media library correctly.

jcsparks commented 2 years ago

Also take a look at : https://www.drupal.org/project/gin_lb

See if this extension for Layout Builder for the Gin Admin theme just fixes the issue.

jcsparks commented 2 years ago

The Gin LB module extension seems to solve this issue. Going to use this.

Add in to the tiamat theme.