'file_cache/', 'lifeTime' => 86400 ); // define regex patterns that shoud NOT be accepted $file_cache_exclude = array(); // if set, cached file must match at least one of these regex patterns $file_cache_include = array( //'#.+[.](png|jpe?g|gif)#i' // only media files ); /**************************************************************** ** REST API OPTIONS ** ****************************************************************/ $rest_allowed_actions = array( 'Contact' => array( 'getsingle' => array( 'email' => 'string' ), ) );