Plugins need to have a plugin_status set

Added comment & line for plugin_status
This commit is contained in:
timconradinc 2013-04-16 13:19:35 -03:00 committed by Jordan Sissel
parent cc5d6e8b9e
commit 34f5cad8b1

View file

@ -36,6 +36,8 @@ Now add the code:
# foo { ... } # foo { ... }
# } # }
config_name "foo" config_name "foo"
# need to set a plugin_status
plugin_status "experimental"
# Replace the message with this value. # Replace the message with this value.
config :message, :validate => :string config :message, :validate => :string