20 lines
805 B
PHP
20 lines
805 B
PHP
<?php
|
|
|
|
$action_dates_deletefield = 0;
|
|
$action_dates_eligible_states = array();
|
|
$action_dates_restrictfield = 0;
|
|
$action_dates_reallydelete = false;
|
|
$action_dates_email_for_state = false;
|
|
$action_dates_email_for_restrict = true;
|
|
$action_dates_email_admin_days = '';
|
|
$action_dates_new_state = 3;
|
|
$action_dates_remove_from_collection = true;
|
|
$action_dates_extra_config = array();
|
|
$action_dates_workflow_actions = false;
|
|
|
|
// Add any new vars that specify metadata fields to this array to stop them being deleted if plugin is in use
|
|
// These are added in hooks/all.php
|
|
$action_dates_fieldvars = array("action_dates_deletefield","action_dates_restrictfield");
|
|
|
|
$action_dates_weekdays = array(0,1,2,3,4,5,6); // Which days to run on - 0=Sunday, 1=Monday etc.
|