From c23db377c25f292c537cf8167336d6e47096f1d4 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 28 Apr 2011 23:20:45 +1000 Subject: [PATCH] Updates to sample configuration for the confirm operations --- config/config.php.example | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/config.php.example b/config/config.php.example index dbdb4c1..17ee925 100644 --- a/config/config.php.example +++ b/config/config.php.example @@ -166,6 +166,16 @@ $config->custom->commands['script'] = array( // $config->custom->appearance['tree_width'] = null; # $config->custom->appearance['tree_width'] = 250; +/* Confirm create and update operations, allowing you to review the changes + and optionally skip attributes during the create/update operation. */ +// $config->custom->confirm['create'] = true; +// $config->custom->confirm['update'] = true; + +/* Confirm copy operations, and treat them like create operations. This allows + you to edit the attributes (thus changing any that might conflict with + uniqueness) before creating the new entry. */ +// $config->custom->confirm['copy'] = true; + /********************************************* * User-friendly attribute translation * *********************************************/