Class: Udongo::Configs::FlexibleContent

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

Constant Summary collapse

BREAKPOINTS =
%w(xs sm md lg xl)
DEFAULT_BREAKPOINT =
'md'

Instance Method Summary collapse

Instance Method Details

#picture_caption_editor?Boolean



13
14
15
# File 'lib/udongo/configs/flexible_content.rb', line 13

def picture_caption_editor?
  picture_caption_editor
end

#video_caption_editor?Boolean



17
18
19
# File 'lib/udongo/configs/flexible_content.rb', line 17

def video_caption_editor?
  video_caption_editor
end