Class: FastComments::Jekyll::CollabChatTag
- Inherits:
-
SelectorTag
- Object
- Liquid::Tag
- BaseTag
- SelectorTag
- FastComments::Jekyll::CollabChatTag
- Defined in:
- lib/fastcomments/jekyll/tags.rb
Class Method Summary collapse
Methods inherited from SelectorTag
Methods inherited from BaseTag
page_scoped?, #render, #render_widget
Class Method Details
.spec ⇒ Object
36 37 38 39 40 41 42 |
# File 'lib/fastcomments/jekyll/tags.rb', line 36 def self.spec { script_path: "/js/embed-collab-chat.min.js", script_marker_attr: "data-fc-collab-chat", global_name: "FastCommentsCollabChat", shortcode_name: "fastcomments_collab_chat", page_scoped: true } end |