File size: 378 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
export const RESULT_ARTICLE = 'article';
export const RESULT_TOUR = 'tour';
export const RESULT_VIDEO = 'video';
export const SUPPORT_BLOG_ID = 9619154;
export const DEVELOPER_WORDPRESS_BLOG_ID = 33534099;
export const SUPPORT_TYPE_CONTEXTUAL_HELP = 'contextual_help';
export const SUPPORT_TYPE_API_HELP = 'api_help';
export const SUPPORT_TYPE_ADMIN_SECTION = 'admin_section';
|