Class: FastComments::Jekyll::RecentCommentsTag
- Inherits:
-
ContainerTag
- Object
- Liquid::Tag
- BaseTag
- ContainerTag
- FastComments::Jekyll::RecentCommentsTag
- Defined in:
- lib/fastcomments/jekyll/tags.rb
Class Method Summary collapse
Methods inherited from ContainerTag
Methods inherited from BaseTag
page_scoped?, #render, #render_widget
Class Method Details
.spec ⇒ Object
56 57 58 59 60 61 62 63 |
# File 'lib/fastcomments/jekyll/tags.rb', line 56 def self.spec { container_tag: "div", container_id_prefix: "fc-recent-comments", script_path: "/js/widget-recent-comments-v2.min.js", script_marker_attr: "data-fc-recent-comments-v2", global_name: "FastCommentsRecentCommentsV2" } end |