Class: FastComments::Jekyll::FastCommentsTag

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

Class Method Summary collapse

Methods inherited from ContainerTag

#render_widget

Methods inherited from BaseTag

page_scoped?, #render, #render_widget

Class Method Details

.specObject



6
7
8
9
10
11
12
# File 'lib/fastcomments/jekyll/tags.rb', line 6

def self.spec
  {
    container_tag: "div", container_id_prefix: "fc",
    script_path: "/js/embed-v2.min.js", script_marker_attr: "data-fc-embed",
    global_name: "FastCommentsUI", page_scoped: true
  }
end