%# react_component("PageCollectionCreationForm", { all_content_types: Rails.application.config.content_types[:all].map(&:name), active_content_types: page_collection.page_types }) %> <%= form_with(model: page_collection, local: true) do |f| %> <% if page_collection.errors.any? %>
Please check the types of pages you'll allow to be submitted or added to this in this collection. A small number of page types is recommended. You can change this at any time.
<% end %>