Class: FastComments::Jekyll::CommentCountBulkTag
- Inherits:
-
BulkCountTag
- Object
- Liquid::Tag
- BaseTag
- BulkCountTag
- FastComments::Jekyll::CommentCountBulkTag
- Defined in:
- lib/fastcomments/jekyll/tags.rb
Class Method Summary collapse
Methods inherited from BulkCountTag
Methods inherited from BaseTag
page_scoped?, #render, #render_widget
Class Method Details
.spec ⇒ Object
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 |