mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
11 lines
281 B
Ruby
11 lines
281 B
Ruby
|
# name: plugin-name
|
||
|
# about: about: my plugin
|
||
|
# version: 0.1
|
||
|
# authors: Frank Zappa
|
||
|
|
||
|
auth_provider :open_id,
|
||
|
:name => 'zappa',
|
||
|
:identifier => 'https://zappa.com',
|
||
|
:background_color => '#dd4814',
|
||
|
:glyph => 'B'
|