2011-12-22 22:28:12 +00:00
|
|
|
- content_for :backbone_view_data do
|
|
|
|
:plain
|
|
|
|
{ content: #{@content.persisted? ? @content.to_json : 'null'} }
|
2010-06-10 13:30:22 +00:00
|
|
|
|
2011-12-22 22:28:12 +00:00
|
|
|
/ = render 'locomotive/custom_fields/custom_form', :form => f, :title => :attributes, :parent => @content_type
|
2011-04-29 20:10:13 +00:00
|
|
|
|
2011-12-22 22:28:12 +00:00
|
|
|
= f.inputs :name => :advanced_options, :class => "inputs foldable #{'folded' if inputs_folded?(@content)}" do
|
2011-06-21 21:53:21 +00:00
|
|
|
|
|
|
|
= f.input :_slug
|
2011-06-23 12:57:52 +00:00
|
|
|
= f.input :seo_title
|
2011-04-29 20:10:13 +00:00
|
|
|
= f.input :meta_keywords
|
|
|
|
= f.input :meta_description
|