Description
Update
config settings, usually
tiddlyweb.config, with additional date in the form of a dict.
Parameters
- global_config
- additional_config
- reconfig=True
Returns
- None (global config is updated in place)
Example
merge_config(config, {'css_uri': 'http://example.com'})
Notes
reconfig, when True (the default), will cause
tiddlywebconfig.py to be reread and reprocessed after additional_config has been merged in. This is done to ensure that overrides in tiddlywebconfig.py take precedence.