Method: ComfyPress::FormBuilder#page_markdown

Defined in:
lib/comfypress/form_builder.rb

#page_markdown(tag, index) ⇒ Object



78
79
80
# File 'lib/comfypress/form_builder.rb', line 78

def page_markdown(tag, index)
  default_tag_field(tag, index, :text_area_tag, :data => {:cm_mode => 'text/x-markdown'})
end