book.organizing.html.twig
Same filename in other branches
--- label: 'Changing the outline of a book' related: - book.about - book.adding - book.creating - book.configuring --- {% set overview = render_var(url('book.admin')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans %}Change the order and titles of pages within a book.{% endtrans %}</p> <h2>{% trans %}Steps{% endtrans %}</h2> <ol> <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> > <a href="{{ overview }}"><em>Books</em></a>.{% endtrans %}</li> <li>{% trans %}Click <em>Edit order and titles</em> for the book you would like to change.{% endtrans %}</li> <li>{% trans %}Drag the book pages to the desired order.{% endtrans %}</li> <li>{% trans %}If desired, enter new text for one or more of the page titles within the book.{% endtrans %}</li> <li>{% trans %}Click <em>Save book pages</em>.{% endtrans %}</li> </ol>
File
-
core/
modules/ help_topics/ help_topics/ book.organizing.html.twig
View source
- ---
- label: 'Changing the outline of a book'
- related:
- - book.about
- - book.adding
- - book.creating
- - book.configuring
- ---
- {% set overview = render_var(url('book.admin')) %}
- <h2>{% trans %}Goal{% endtrans %}</h2>
- <p>{% trans %}Change the order and titles of pages within a book.{% endtrans %}</p>
- <h2>{% trans %}Steps{% endtrans %}</h2>
- <ol>
- <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> > <a href="{{ overview }}"><em>Books</em></a>.{% endtrans %}</li>
- <li>{% trans %}Click <em>Edit order and titles</em> for the book you would like to change.{% endtrans %}</li>
- <li>{% trans %}Drag the book pages to the desired order.{% endtrans %}</li>
- <li>{% trans %}If desired, enter new text for one or more of the page titles within the book.{% endtrans %}</li>
- <li>{% trans %}Click <em>Save book pages</em>.{% endtrans %}</li>
- </ol>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.