Class: Udongo::Configs::Articles

Inherits:
Object
  • Object
show all
Defined in:
lib/udongo/configs/articles.rb

Instance Method Summary collapse

Instance Method Details

#allow_html_in_summary?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'lib/udongo/configs/articles.rb', line 15

def allow_html_in_summary?
  allow_html_in_summary === true
end

#allow_html_in_title?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/udongo/configs/articles.rb', line 11

def allow_html_in_title?
  allow_html_in_title === true
end

#editor_for_summary?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/udongo/configs/articles.rb', line 19

def editor_for_summary?
  editor_for_summary === true
end

#images?Boolean

Returns:

  • (Boolean)


23
24
25
# File 'lib/udongo/configs/articles.rb', line 23

def images?
  images === true
end