Bootstrap

Where should I load my bootstrap - cdns?

I wanna make modal tabs with bootstrap.

Thanks for your time! :slightly_smiling_face:

Hi @dobradovic

Are you asking where you should load your bootstrap in the CMS or what CDN you should use to pull in bootstrap?

Hi @dennisedson, my question is where shoud I load my bootstrap in the CMS? :slightly_smiling_face:

Tnx

@dobradovic

Ok, cool :grinning_face:

A few options

If you are using it in just one module, you could load it in the html/hubl section of the module. this way, it will only be called when it is needed for that module.

If you plan on using it throughout the site, I would recommend adding it in the portal settings for pages. (there is a section for (see screenshot)

If you are building a theme, I would add to the header file that you would be including in all of your pages

Hope this helps!