examples/ui/basic.ru in flipper-ui-0.18.0 vs examples/ui/basic.ru in flipper-ui-0.19.0

- old
+ new

@@ -37,9 +37,10 @@ Flipper::UI.configure do |config| # config.banner_text = 'Production Environment' # config.banner_class = 'danger' config.feature_creation_enabled = true config.feature_removal_enabled = true + # config.show_feature_description_in_list = true config.descriptions_source = lambda do |_keys| { "search_performance_another_long_thing" => "Just to test feature name length.", "gauges_tracking" => "Should we track page views with gaug.es.", "unused" => "Not used.",