Class: FastComments::Jekyll::CommentCountBulkTag

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

Class Method Summary collapse

Methods inherited from BulkCountTag

#render_widget

Methods inherited from BaseTag

page_scoped?, #render, #render_widget

Class Method Details

.specObject



110
111
112
113
114
115
116
# File 'lib/fastcomments/jekyll/tags.rb', line 110

def self.spec
  {
    script_path: "/js/embed-widget-comment-count-bulk.min.js",
    script_marker_attr: "data-fc-count-bulk",
    global_name: "FastCommentsBulkCountConfig"
  }
end