Skip to content

Commit 2f94dba

Browse files
committed
Update with show_options_object
Signed-off-by: Kev Provance <kevin.provance@gmail.com>
1 parent 016a2e1 commit 2f94dba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/configuration/global_arguments.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,12 @@ $args['share_icons'][] = array(
361361
## show_import_export
362362
**Default**: `true`
363363

364-
Set whether Redux will display the Import/Export tab at the bottom of the options panel. Please note, if the Import / Export feature is used as a field, this tab will not display regardless of the value set to it.
364+
Set whether Redux will display the Import/Export tab at the bottom of the options panel. Please note, if the Import / Export feature is used as a field, this tab will not display regardless of the value set.
365+
366+
## show_options_object
367+
**Default**: `true`
368+
369+
Adds a field to the bottom of the option panel that displays the current Redux options object in readable JSON format. Ideally for use in development only and should be shut off for deployment.
365370

366371
## templates_path
367372

0 commit comments

Comments
 (0)