|
|
|
@ -63,14 +63,14 @@ module Squib |
|
|
|
# |
|
|
|
# |
|
|
|
# @api public |
|
|
|
# @api public |
|
|
|
CONFIG_DEFAULTS = { |
|
|
|
CONFIG_DEFAULTS = { |
|
|
|
|
|
|
|
'backend' => 'memory', |
|
|
|
|
|
|
|
'count_format' => SYSTEM_DEFAULTS[:count_format], |
|
|
|
'custom_colors' => {}, |
|
|
|
'custom_colors' => {}, |
|
|
|
|
|
|
|
'dir' => SYSTEM_DEFAULTS[:dir], |
|
|
|
'dpi' => 300, |
|
|
|
'dpi' => 300, |
|
|
|
'hint' => :none, |
|
|
|
'hint' => :none, |
|
|
|
'progress_bar' => false, |
|
|
|
|
|
|
|
'img_dir' => '.', |
|
|
|
'img_dir' => '.', |
|
|
|
'dir' => SYSTEM_DEFAULTS[:dir], |
|
|
|
'progress_bar' => false, |
|
|
|
'backend' => 'memory', |
|
|
|
|
|
|
|
'count_format' => SYSTEM_DEFAULTS[:count_format] |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# These are parameters that are intended to be "expanded" across |
|
|
|
# These are parameters that are intended to be "expanded" across |
|
|
|
|