Fetches the brand JSON data, then retrieves and adds the logo and Bootstrap theme URLs to the object.
A promise that resolves to the brand object extended with logo and bootstrap CSS content, or undefined if fetching or parsing fails.
logo
bootstrap
undefined
The URL of the brand JSON file. Defaults to 'brand.json'.
'brand.json'
The version number of the Bootstrap theme to fetch. Defaults to 1.
1
If true, caches the fetched resources locally. Defaults to true.
true
Generated using TypeDoc
Fetches the brand JSON data, then retrieves and adds the logo and Bootstrap theme URLs to the object.
Returns
A promise that resolves to the brand object extended with
logo
andbootstrap
CSS content, orundefined
if fetching or parsing fails.