18 require_once SQ_INCLUDE_PATH.
'/asset_management.inc';
42 parent::__construct($pm);
45 'verify_logged_in' => Array(
47 'type' =>
'selection',
49 'parameters' => Array(
51 'never' =>
'Do not verify',
52 'always' =>
'Always verify',
53 'subscribe' =>
'Verify on subscription',
54 'unsubscribe' =>
'Verify on unsubscription',
57 'allow_empty' => FALSE,
61 'verify_not_logged_in' => Array(
63 'type' =>
'selection',
65 'parameters' => Array(
67 'never' =>
'Do not verify',
68 'always' =>
'Always verify',
69 'subscribe' =>
'Verify on subscription',
70 'unsubscribe' =>
'Verify on unsubscription',
73 'allow_empty' => FALSE,
77 'verify_from_address' => Array(
80 'default' => SQ_CONF_DEFAULT_EMAIL,
81 'description' =>
'The email address to appear on the verification email.',
98 'event_name' =>
'requestKeywords',
99 'broadcast_type_code' =>
'content_type',
100 'broadcast_strict_type_code' => FALSE,
102 'side_of_link' =>
'major',
104 'is_exclusive' => NULL,
107 'link_type' => SQ_LINK_TYPE_2 | SQ_LINK_TYPE_1,