examples/ui/basic.ru in flipper-ui-1.0.0 vs examples/ui/basic.ru in flipper-ui-1.1.0
- old
+ new
@@ -23,10 +23,11 @@
# config.banner_class = 'danger'
config.feature_creation_enabled = true
config.feature_removal_enabled = true
config.cloud_recommendation = true
config.confirm_fully_enable = false
+ config.read_only = false
# 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.",
@@ -34,9 +35,16 @@
"suits" => "Are suits necessary in business?",
"secrets" => "Secrets are lies.",
"logging" => "Log all the things.",
"new_cache" => "Like the old cache but newer.",
"a/b" => "Why would someone use a slash? I don't know but someone did. Let's make this really long so they regret using slashes. Please don't use slashes.",
+ }
+ end
+
+ config.actor_names_source = lambda do |_keys|
+ {
+ '1' => 'John',
+ '6' => 'Brandon',
}
end
end
# You can uncomment these to get some default data: