<% if Skyline::Configuration.enable_multiple_variants %>
<%= v.label_with_text :name %> |
<%= v.text_field :name %> |
<% end %>
<% if @renderable_scope.templates_for(a.object).size > 1 %>
<%= v.label_with_text :template %> |
<%= v.select :template, templates_for_select(a.object) %> |
<% end %>
<%= vd.label_with_text :navigation_title %> |
<%= vd.text_field :navigation_title %> |
<%= vd.label_with_text :custom_title_tag %> |
<%= vd.text_field :custom_title_tag, :class => "full" %> |
<%= vd.label_with_text :meta_description_tag %> |
<%= vd.text_field :meta_description_tag, :class => "full" %> |