Commit b803af88 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'push-highlight-js-FF' into 'master'

Push highlight_js feature flag to frontend

See merge request gitlab-org/gitlab!77938
parents 93a238cc 5ccc656b
......@@ -19,6 +19,7 @@ class Projects::TreeController < Projects::ApplicationController
push_frontend_feature_flag(:lazy_load_commits, @project, default_enabled: :yaml)
push_frontend_feature_flag(:new_dir_modal, @project, default_enabled: :yaml)
push_frontend_feature_flag(:refactor_blob_viewer, @project, default_enabled: :yaml)
push_frontend_feature_flag(:highlight_js, @project, default_enabled: :yaml)
end
feature_category :source_code_management
......
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