// en/module_labels
export const module_labels = {
  'deal-row:auto-scroll': 'Auto-scroll row (marquee)',
  'deal-row:for-you': 'For You',
  'deal-row:near-you': 'Near You',
  'deal-row:hot-deals': 'Hot Deals',
  'deal-row:group-deals': 'Group Deals',
  'deal-row:whats-left': "What's Left",
  'deal-row:category': 'Category',
  'deal-row:custom-query': 'Custom query',
  banner: 'Banner',
  'vendor-spotlight': 'Vendor spotlight',
  'static-content': 'Static content',
  'page-hero': 'Page Hero',
  'rich-text-content': 'Rich text content',
  'hero:static-page': 'Static page hero',
  'merchant-grid': 'Merchant grid',
  'merchant-scroll': 'Merchant scroll',
  'deal-grid': 'Deal grid',
  'category-chips': 'Category chips',
  'club-stories': 'Club stories',
  'ticker-strip': 'Ending deals ticker',
  'greeting-bar': 'Greeting bar',
} as const;
