Commit 489af4d6 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Add `styled_highlight_clusters` to known feature flags in the annotator

parent 23075dca
......@@ -11,7 +11,11 @@ import { warnOnce } from '../shared/warn-once';
*
* @type {string[]}
*/
const annotatorFlags = ['book_as_single_document', 'html_side_by_side'];
const annotatorFlags = [
'book_as_single_document',
'html_side_by_side',
'styled_highlight_clusters',
];
/**
* An observable container of feature flags.
......
Markdown is supported
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