Assets
Documentation article about Assets
Assets
Assets
The assets object defines paths to the images and fonts located in the theme directory's assets folder in a files array for each image and font used. These paths are relative to the theme's assets folder path. This is where you add any new asset files introduced as part of your theme customizations.
1//...2"assets": {3 "img": {4 "files": [5 "img/favicon.ico",6 "img/image-not-available.png",7 "img/add-to-cart-logo.png",8 //...9 ]10 },11 "font-awesome": {12 "files": [13 "font-awesome/FontAwesome.otf",14 "font-awesome/custom/fontawesome-webfont.eot",15 //...16 ]17 },18 "fonts": {19 "files": [20 "fonts/DancingScript-Bold.ttf",21 "fonts/DancingScript-Regular.ttf",22 //...23 ]24 }25}26//...Frequently Asked Questions (4)
What is the purpose of the assets object in NetSuite?
Where should I place new asset files for a theme in NetSuite?
Are the paths in the assets object absolute or relative?
Can I add both images and fonts to the assets object?
Was this article helpful?
More in General
- Field Service Management Enhancements and Bug Fixes for 2026
Overview of the 2026 Field Service Management SuiteApp updates showcasing enhancements and bug fixes.
- Testing Fulfillment and Product Sync in NetSuite Connector
Manual procedures for testing order, fulfillment, price, quantity, and full product sync processes in NetSuite Connector.
- Overrides
Documentation article about Overrides
- Configuring Payment Methods for NetSuite Connector Setup
Set up payment methods in NetSuite Connector to ensure proper order sync and fulfillment functionality.
Advertising
Reach General Professionals
Put your product in front of NetSuite experts who work with General every day.
Sponsor This Category