module EditorJs

Constants

VERSION

Public Class Methods

css_name_prefix() click to toggle source

css name prefix of blocks

# File lib/editor_js.rb, line 35
def css_name_prefix
  @css_name_prefix ||= 'editor_js--'
end
css_name_prefix=(prefix) click to toggle source
# File lib/editor_js.rb, line 39
def css_name_prefix=(prefix)
  @css_name_prefix = prefix
end