You can select the cdn option in the bootstrap background configuration of drupal, but you can only select 3.0.2, which is intolerable. Open the settings. inc file in the theme package and find the following code $ form [advanced] [bootstrap_cdn] [bootstrap_cdn] array (# typeselect, # titlet (BootstrapCDNvers
You can select the cdn option in the bootstrap background configuration of drupal, but you can only select 3.0.2, which is intolerable. Open the settings. inc file in the theme package and find the following code $ form [advanced] [bootstrap_cdn] [bootstrap_cdn] = array (# type = select, # title = t (BootstrapCDN vers
You can select the cdn option in the bootstrap background configuration of drupal, but you can only select 3.0.2, which is intolerable.
Open the settings. inc file in the theme package and find the following code:
$ Form ['advanced '] ['bootstrap _ cdn'] ['bootstrap _ cdn'] = array (' # type' => 'select ', '# title' => t ('bootstrapcdn version'),' # options' => drupal_map_assoc (array ('3. 0.0 ', '3. 0.1 ', '3. 0.2 ',),' # default_value '=> theme_get_setting ('bootstrap _ cdn'),' # empty_option '=> t ('Disabled '), '# empty_value' => NULL ,);
This is the code used to manage the cdn selection interface. Add 3.2.0 to the code and save and close the code.
Go back to the background configuration and select 3.2!