Class: FastComments::Jekyll::CollabChatTag

Inherits:
SelectorTag show all
Defined in:
lib/fastcomments/jekyll/tags.rb

Class Method Summary collapse

Methods inherited from SelectorTag

#render_widget

Methods inherited from BaseTag

page_scoped?, #render, #render_widget

Class Method Details

.specObject



36
37
38
39
40
41
42
# File 'lib/fastcomments/jekyll/tags.rb', line 36

def self.spec
  {
    script_path: "/js/embed-collab-chat.min.js", script_marker_attr: "data-fc-collab-chat",
    global_name: "FastCommentsCollabChat", shortcode_name: "fastcomments_collab_chat",
    page_scoped: true
  }
end