2024-04-16 02:36:43 +00:00
|
|
|
/**
|
|
|
|
* External dependencies
|
|
|
|
*/
|
|
|
|
import { getAdminLink } from '@woocommerce/settings';
|
|
|
|
|
|
|
|
export const COMING_SOON_PAGE_EDITOR_LINK = getAdminLink(
|
|
|
|
'site-editor.php?postType=wp_template&postId=woocommerce/woocommerce//coming-soon&canvas=edit'
|
|
|
|
);
|
2024-04-20 00:02:53 +00:00
|
|
|
|
|
|
|
export const SITE_VISIBILITY_DOC_LINK =
|
2024-08-20 05:49:05 +00:00
|
|
|
'https://woocommerce.com/document/configuring-woocommerce-settings/coming-soon-mode/';
|
2024-04-20 00:02:53 +00:00
|
|
|
|
|
|
|
export const LAUNCH_YOUR_STORE_DOC_LINK =
|
|
|
|
'https://woocommerce.com/document/configuring-woocommerce-settings/#site-visibility';
|