<%= form.translated :editor, :description, aria: { label: :description } %>
<%= form.text_field :cta_button_path, help_text: t(".cta_button_path_help_html", url: decidim_form_slug_url("", form.object.cta_button_path)) %>
<%= form.translated :text_field, :cta_button_text, help_text: t(".cta_button_text_help") %>
<%= form.check_box :highlighted_content_banner_enabled %>
<%= form.translated :text_area, :highlighted_content_banner_title, aria: { label: :highlighted_content_banner_title } %>
<%= form.translated :editor, :highlighted_content_banner_short_description, aria: { label: :highlighted_content_banner_short_description } %>
<%= form.translated :text_area, :highlighted_content_banner_action_title, aria: { label: :highlighted_content_banner_action_title } %>
<%= form.translated :text_area, :highlighted_content_banner_action_subtitle, aria: { label: :highlighted_content_banner_action_subtitle } %>
<%= form.url_field :highlighted_content_banner_action_url %>
<%= form.upload :highlighted_content_banner_image, button_class: "button button__sm button__transparent-secondary" %>
<%= form.check_box :enable_omnipresent_banner %>
<%= form.translated :text_field, :omnipresent_banner_title, aria: { label: :omnipresent_banner_title } %>
<%= form.translated :text_field, :omnipresent_banner_short_description, aria: { label: :omnipresent_banner_short_description } %>
<%= form.url_field :omnipresent_banner_url %>
<%= render partial: "decidim/admin/organization_appearance/form/images", locals: { form: } %> <%= render partial: "decidim/admin/organization_appearance/form/colors", locals: { form: } %> <%= render partial: "decidim/admin/organization_appearance/form/header_snippets", locals: { form: } %>