You have 2 options…
1 – you can filter the settings using the filter ‘minqueue_options’
2 – You can define the settings as ‘MINQUEUE_OPTIONS’.
MinQueue expecta an array of options = and here are the available keys:
helper
– bool – whether the helper is shown/hidden. Default false
cache_dir
– string – the name of the cache directory. Default ‘minqueue_cache’
scripts_method
– string – ‘enabled’ or ‘disabled’
styles_method
– string – ‘enabled’ or ‘disabled’,
scripts_manual
– array – array minify groups. Each group should be an array of script handles.
styles_manual
– array – array minify groups. Each group should be an array of style handles.
Note that as you define a constant as an array. If you wish to do it this way, the data needs to be serialized first.