Class: FastComments::Jekyll::ReviewsSummaryTag
- Inherits:
-
ContainerTag
- Object
- Liquid::Tag
- BaseTag
- ContainerTag
- FastComments::Jekyll::ReviewsSummaryTag
- 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
78 79 80 81 82 83 84 85 |
# File 'lib/fastcomments/jekyll/tags.rb', line 78 def self.spec { container_tag: "div", container_id_prefix: "fc-rs", script_path: "/js/embed-reviews-summary.min.js", script_marker_attr: "data-fc-reviews-summary", global_name: "FastCommentsReviewsSummaryWidget", use_callback: true, error_label: "Reviews Summary" } end |