Turning on Advanced Mode Uploader
Enabling Advanced Mode
Osmos.configure({
schema: {
fields: [
...
]
},
token: 'your_token',
...
// Set to false to show the advanced version of the uploader, with formulas, SmartFill, and QuickFixes.
disableAdvancedMode: true
});Last updated
Was this helpful?
