apigee / apigee-devportal-kickstart-drupal

A fast demo and starting point for Apigee Developer Portals for Drupal
https://www.drupal.org/project/apigee_devportal_kickstart
GNU General Public License v2.0
26 stars 34 forks source link

Revert the changes done in css and js file. #660

Closed divya-intelli closed 8 months ago

divya-intelli commented 9 months ago

Is your feature request related to a problem? Please describe

When upgrading Apigee Devportal from Drupal 9 to 10, Radix ^4 was not compatible with Drupal 10. Due to this Radix ^5 was used which was compatible with Drupal 10. This required changes to css and js as Radix ^5.0 uses Bootstrap 5 while devportal npm uses Bootstrap 4 .

Now as Radix ^4 is compatible(https://www.drupal.org/project/radix/releases/8.x-4.13) with Drupal 10 we can use Radix ^4 instead of Radix ^5.

Upgrading of Apigee Devportal bootstrap to ^5 will be tracked in separate ticket https://github.com/apigee/apigee-devportal-kickstart-drupal/issues/661.