mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 10:24:39 +08:00
refactoring the plugin interfaces to allow for better extensible
This commit is contained in:
4
lib/plugin/auth_provider.rb
Normal file
4
lib/plugin/auth_provider.rb
Normal file
@ -0,0 +1,4 @@
|
||||
class Plugin::AuthProvider
|
||||
attr_accessor :type, :glyph, :background_color, :name, :title,
|
||||
:message, :frame_width, :frame_height, :options, :callback
|
||||
end
|
Reference in New Issue
Block a user