Class: FastComments::Jekyll::LiveChatTag
- Inherits:
-
ContainerTag
- Object
- Liquid::Tag
- BaseTag
- ContainerTag
- FastComments::Jekyll::LiveChatTag
- 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
26 27 28 29 30 31 32 |
# File 'lib/fastcomments/jekyll/tags.rb', line 26 def self.spec { container_tag: "div", container_id_prefix: "fc-live-chat", script_path: "/js/embed-live-chat.min.js", script_marker_attr: "data-fc-live-chat", global_name: "FastCommentsLiveChat", page_scoped: true } end |