Class: FastComments::Jekyll::ImageChatTag

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



46
47
48
49
50
51
52
# File 'lib/fastcomments/jekyll/tags.rb', line 46

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