mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update monero-gateway-admin-settings.php
This commit is contained in:
parent
25416473eb
commit
009f1d0594
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ return array(
|
|||
'description' => __('Advanced usage only', 'monero_gateway'),
|
||||
'default' => 'no'
|
||||
),
|
||||
'javascript' => array(
|
||||
'title' => __(' Javascript', 'monero_gateway'),
|
||||
'label' => __(' Check this to ENABLE Javascript in Checkout page ', 'monero_gateway'),
|
||||
'type' => 'checkbox',
|
||||
'default' => 'no'
|
||||
),
|
||||
'onion_service' => array(
|
||||
'title' => __(' SSL warnings ', 'monero_gateway'),
|
||||
'label' => __(' Check to Silence SSL warnings', 'monero_gateway'),
|
||||
|
|
Loading…
Reference in a new issue