We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f6fc2 commit a324f86Copy full SHA for a324f86
app/code/Magento/Sitemap/Model/Observer.php
@@ -17,6 +17,13 @@ class Observer
17
*/
18
const XML_PATH_GENERATION_ENABLED = 'sitemap/generate/enabled';
19
20
+ /**
21
+ * Cronjob expression configuration
22
+ *
23
+ * @deprecated Use \Magento\Cron\Model\Config\Backend\Sitemap::CRON_STRING_PATH instead.
24
+ */
25
+ const XML_PATH_CRON_EXPR = 'crontab/default/jobs/generate_sitemaps/schedule/cron_expr';
26
+
27
/**
28
* Error email template configuration
29
0 commit comments