<%= javascript_include_tag "decidim/slug_form" %>

<%= t ".homepage_appearance_title" %>

<%= form.check_box :show_statistics %>
<%= form.translated :editor, :description %>
<%= form.translated :text_area, :welcome_text %>
<%= form.upload :homepage_image %>
<%= form.text_field :cta_button_path %>

<%== t(".cta_button_path_help", url: decidim_form_slug_url("", form.object.cta_button_path)) %>

<%= form.translated :text_field, :cta_button_text %>

<%= t(".cta_button_text_help") %>

<%= t ".homepage_highlighted_content_banner_title" %>

<%= form.check_box :highlighted_content_banner_enabled %>
<%= form.translated :text_area, :highlighted_content_banner_title %>
<%= form.translated :editor, :highlighted_content_banner_short_description %>
<%= form.translated :text_area, :highlighted_content_banner_action_title %>
<%= form.translated :text_area, :highlighted_content_banner_action_subtitle %>
<%= form.url_field :highlighted_content_banner_action_url %>
<%= form.upload :highlighted_content_banner_image %>

<%= t ".omnipresent_banner_appearance_title" %>

<%= form.check_box :enable_omnipresent_banner %>
<%= form.translated :text_field, :omnipresent_banner_title %>
<%= form.translated :text_field, :omnipresent_banner_short_description %>
<%= form.url_field :omnipresent_banner_url %>

<%= t ".layout_appearance_title" %>

<%= form.upload :logo %>
<%= form.upload :favicon %>
<%= form.upload :official_img_header %>
<%= form.upload :official_img_footer %>
<%= form.text_field :official_url %>
<% if Decidim.enable_html_header_snippets %>
<%= form.text_area :header_snippets %>

<%= t(".header_snippets_help") %>

<% end %>