Skip to content
Snippets Groups Projects
Commit c1bf7003 authored by insert's avatar insert
Browse files

Avoid i18n for experiment title / desc.

parent 2ee3da28
No related merge requests found
Subproject commit 846a0e8a3a36e606d4d4249e495dc0daeee9c65d
Subproject commit de2b94c8d8615b732cbbec3679041e73fd3c7640
export type Experiments = 'search';
export const AVAILABLE_EXPERIMENTS: Experiments[] = [ 'search' ];
export const EXPERIMENTS: { [key in Experiments]: { title: string, description: string } } = {
'search': {
title: 'Search',
description: 'Allows you to search for messages in channels.'
}
};
export interface ExperimentOptions {
enabled?: Experiments[];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment