12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
- content_for :head do
|
|
= include_javascripts :edit_custom_fields, :contents
|
|
= include_stylesheets :fancybox
|
|
|
|
= render 'admin/custom_fields/custom_form', :form => f, :title => :attributes, :parent => @content_type
|
|
|
|
= f.foldable_inputs :name => :advanced_options do
|
|
|
|
= f.input :_slug
|
|
= f.input :meta_keywords
|
|
= f.input :meta_description
|