2010-06-10 13:30:22 +00:00
|
|
|
- content_for :head do
|
2010-12-14 17:00:12 +00:00
|
|
|
= include_javascripts :edit_custom_fields, :contents
|
|
|
|
= include_stylesheets :fancybox
|
2010-06-10 13:30:22 +00:00
|
|
|
|
2011-06-21 21:53:21 +00:00
|
|
|
= render 'admin/custom_fields/custom_form', :form => f, :title => :attributes, :parent => @content_type
|
2011-04-29 20:10:13 +00:00
|
|
|
|
2011-06-21 21:53:21 +00:00
|
|
|
= f.foldable_inputs :name => :advanced_options do
|
|
|
|
|
|
|
|
= 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
|