Editing the Config
The GoDraw document contains two JSON objects that set the default settings, such as the background color or default font, for the goDraw app.
zwibbler.config
- This is the global object
- Defines the settings for every goDraw document (every record in your custom app)
godraw.config
- This is a local object
- It defines the settings for this individual instance of the goDraw app. "godraw":{
"config":{
"pageView":true,
"background":"pink"
}
}
These settings will overwrite the zwibbler.config settings or the default settings of the library.
A complete list of configuration options for both the zwibbler.config and godraw.config can be found here.