SharedAssets
SharedAssets are a globally accessible directory which every application can store and retrieve files that any other app can use. These files can be building blocks, library scripts, frameworks, UI libraries, fonts etc.
Apps must never store sensitive data in sharedAssets as anything can read it.
Accessing sharedAssets from your app
An application can request sharedAssets from a relative URL from their application. Every file in the sharedAssets directory will be available at APP_URL/sharedAssets/FILE_NAME.
Ozone Home default sharedAssets
Ozone Home sharedAssets include files that every Ozone Home default application uses. Your applications can also use these files if its distributed through Ozone Home.
| file | description |
|---|---|
| ozone_std_util.js | Ozone JavaScript standard utility |
| ozone_gui.css | Ozone standard GUI style sheet |
| icons.woff2 | Material Icons Rounded Open Source font from Google Fonts |
| google_sans.ttf | Google Sans Open Source font from Google Fonts |
