Bixal / bixal-site-drupal

Bixal drupal site
https://www.bixal.com
0 stars 0 forks source link

BSD closes #103: Install and configure chosen for taxonomy ref fields #107

Closed buddy-harlow closed 5 months ago

buddy-harlow commented 5 months ago

Added chosen module and configured it for taxonomy reference fields (Bixaler)

Notes for testing

mpbixal commented 5 months ago

Hey Buddy! I think you can get the chosen library to install by using the https://github.com/JJJ/chosen package, like on DRGlinks https://bitbucket.org/bixal/drglinks/src/9f7a03ba4391fc6c7d6a9b35a69131255bd7972a/composer.json#lines-29:29 https://bitbucket.org/bixal/drglinks/src/9f7a03ba4391fc6c7d6a9b35a69131255bd7972a/composer.json#lines-102 Then you enable chosen_lib sub module which defines a dynamic definition of the library based on where the chosen library is installed in chosen_lib_library_info_alter. Whacky.