Content <%= link_to_available_locales %>
<%= warning_message(@page, @revision) %> <%= f.input :text, label: false, as: :ckeditor, input_html: {toolbar: 'Full'} %>
SEO

The excerpt and keywords will be included as <meta> description and keywords tags, useful for search engines.

<%= f.input :excerpt, as: :text, label: 'Excerpt/Description', input_html: {rows: 3}, hint: "Describe in a short paragraph what this page is about." %> <%= f.input :keyword_list, label: 'Keywords', hint: "Comma-separated list of keywords, e.g. spiderman, superman, comics, superhero.", input_html: {class: 'js-token-input'} %>
Featured Image
<%= choose_image_tag(@content, target: 'revision_content_image', input: f.hidden_field(:image_id)) %>