preserved.php 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?php return array (
  2. 'd2302fe505b03adf013e44412615e81a' =>
  3. array (
  4. 'criteria' =>
  5. array (
  6. 'name' => 'mailchimpsubscribe',
  7. ),
  8. 'object' =>
  9. array (
  10. 'name' => 'mailchimpsubscribe',
  11. 'path' => '{core_path}components/mailchimpsubscribe/',
  12. 'assets_path' => '{assets_path}components/mailchimpsubscribe/',
  13. ),
  14. ),
  15. 'bf65585311405bcc9a224f86ba7a2020' =>
  16. array (
  17. 'criteria' =>
  18. array (
  19. 'key' => 'mailchimpsubscribe.mailchimp_api_key',
  20. ),
  21. 'object' =>
  22. array (
  23. 'key' => 'mailchimpsubscribe.mailchimp_api_key',
  24. 'value' => '78dff310958dcc1bc04fc9d45224e50a-us20',
  25. 'xtype' => 'textfield',
  26. 'namespace' => 'mailchimpsubscribe',
  27. 'area' => 'default',
  28. 'editedon' => '2019-02-07 07:22:52',
  29. ),
  30. ),
  31. '5ed3fe0fb09f07eaec3ef2332a7654f9' =>
  32. array (
  33. 'criteria' =>
  34. array (
  35. 'key' => 'mailchimpsubscribe.list_tv',
  36. ),
  37. 'object' =>
  38. array (
  39. 'key' => 'mailchimpsubscribe.list_tv',
  40. 'value' => '7',
  41. 'xtype' => 'textfield',
  42. 'namespace' => 'mailchimpsubscribe',
  43. 'area' => 'default',
  44. 'editedon' => '2019-02-07 07:28:47',
  45. ),
  46. ),
  47. '7a0a94797cdebdac7cb76c9de98eb58d' =>
  48. array (
  49. 'criteria' =>
  50. array (
  51. 'category' => 'MailChimpSubscribe',
  52. ),
  53. 'object' =>
  54. array (
  55. 'id' => 38,
  56. 'parent' => 0,
  57. 'category' => 'MailChimpSubscribe',
  58. 'rank' => 0,
  59. ),
  60. ),
  61. '6b1151a2ecbd5184eb9e176413105523' =>
  62. array (
  63. 'criteria' =>
  64. array (
  65. 'name' => 'MailChimpSubscribe',
  66. ),
  67. 'object' =>
  68. array (
  69. 'id' => 107,
  70. 'source' => 0,
  71. 'property_preprocess' => 0,
  72. 'name' => 'MailChimpSubscribe',
  73. 'description' => '',
  74. 'editor_type' => 0,
  75. 'category' => 38,
  76. 'cache_type' => 0,
  77. 'snippet' => '$mailChimpSubscribe = $modx->getService(
  78. \'mailchimpsubscribe\',
  79. \'MailChimpSubscribe\',
  80. $modx->getOption(
  81. \'mailchimpsubscribe.core_path\',
  82. null,
  83. $modx->getOption(\'core_path\') . \'components/mailchimpsubscribe/\'
  84. ) . \'model/mailchimpsubscribe/\'
  85. );
  86. if (!($mailChimpSubscribe instanceof MailChimpSubscribe)) {
  87. return;
  88. }
  89. return $mailChimpSubscribe->subscribeMailChimp($hook, $scriptProperties);',
  90. 'locked' => 0,
  91. 'properties' => 'a:0:{}',
  92. 'moduleguid' => '',
  93. 'static' => 0,
  94. 'static_file' => '',
  95. 'content' => '$mailChimpSubscribe = $modx->getService(
  96. \'mailchimpsubscribe\',
  97. \'MailChimpSubscribe\',
  98. $modx->getOption(
  99. \'mailchimpsubscribe.core_path\',
  100. null,
  101. $modx->getOption(\'core_path\') . \'components/mailchimpsubscribe/\'
  102. ) . \'model/mailchimpsubscribe/\'
  103. );
  104. if (!($mailChimpSubscribe instanceof MailChimpSubscribe)) {
  105. return;
  106. }
  107. return $mailChimpSubscribe->subscribeMailChimp($hook, $scriptProperties);',
  108. ),
  109. ),
  110. 'a5aa68c139cbc77e0cc5c0b0d45b6bb2' =>
  111. array (
  112. 'criteria' =>
  113. array (
  114. 'name' => 'MailChimpGetLists',
  115. ),
  116. 'object' =>
  117. array (
  118. 'id' => 108,
  119. 'source' => 0,
  120. 'property_preprocess' => 0,
  121. 'name' => 'MailChimpGetLists',
  122. 'description' => '',
  123. 'editor_type' => 0,
  124. 'category' => 38,
  125. 'cache_type' => 0,
  126. 'snippet' => '$mailChimpSubscribe = $modx->getService(
  127. \'mailchimpsubscribe\',
  128. \'MailChimpSubscribe\',
  129. $modx->getOption(
  130. \'mailchimpsubscribe.core_path\',
  131. null,
  132. $modx->getOption(\'core_path\') . \'components/mailchimpsubscribe/\'
  133. ) . \'model/mailchimpsubscribe/\'
  134. );
  135. if (!($mailChimpSubscribe instanceof MailChimpSubscribe)) {
  136. return;
  137. }
  138. return $mailChimpSubscribe->getMailChimpLists();',
  139. 'locked' => 0,
  140. 'properties' => 'a:0:{}',
  141. 'moduleguid' => '',
  142. 'static' => 0,
  143. 'static_file' => '',
  144. 'content' => '$mailChimpSubscribe = $modx->getService(
  145. \'mailchimpsubscribe\',
  146. \'MailChimpSubscribe\',
  147. $modx->getOption(
  148. \'mailchimpsubscribe.core_path\',
  149. null,
  150. $modx->getOption(\'core_path\') . \'components/mailchimpsubscribe/\'
  151. ) . \'model/mailchimpsubscribe/\'
  152. );
  153. if (!($mailChimpSubscribe instanceof MailChimpSubscribe)) {
  154. return;
  155. }
  156. return $mailChimpSubscribe->getMailChimpLists();',
  157. ),
  158. ),
  159. '0f787fc23c27b23c626409dec166a9da' =>
  160. array (
  161. 'criteria' =>
  162. array (
  163. 'parent' => 38,
  164. 'category' => 'MailChimpSubscribe',
  165. ),
  166. 'object' =>
  167. array (
  168. 'id' => 39,
  169. 'parent' => 38,
  170. 'category' => 'MailChimpSubscribe',
  171. 'rank' => 0,
  172. ),
  173. ),
  174. );