/** * WordPress dependencies */ import { _x } from '@safe-wordpress/i18n'; /** * Internal dependencies */ import icon from './icon.svg'; export const settings = { name: 'nab/heatmap' as const, category: 'page', title: _x( 'Heatmap', 'text (experiment name)', 'nelio-ab-testing' ), description: _x( 'Discover which parts of a web page are attracting the most attention', 'user', 'nelio-ab-testing' ), labels: { create: _x( 'Add new heatmap', 'command', 'nelio-ab-testing' ), }, icon, expected: { pageViews: { average: 0, median: 0, p25: 0, p75: 0, }, }, };