feat: implement enableUnfinishedFeatures flag and hidden preferences button

This commit is contained in:
Gorjan Petrovski
2021-07-05 17:03:34 +02:00
committed by GitHub
parent a9870214ea
commit 3f94636615
5 changed files with 17 additions and 8 deletions

View File

@@ -34,6 +34,7 @@
window._extensions_manager_location = "<%= ENV['EXTENSIONS_MANAGER_LOCATION'] %>";
window._batch_manager_location = "<%= ENV['BATCH_MANAGER_LOCATION'] %>";
window._bugsnag_api_key = "<%= ENV['BUGSNAG_API_KEY'] %>";
window._enable_unfinished_features = "<%= ENV['ENABLE_UNFINISHED_FEATURES'] %>"
</script>
<% if Rails.env.development? %>