book.organizing.html.twig

Same filename and directory in other branches
  1. 9 core/modules/help_topics/help_topics/book.organizing.html.twig
  2. 8.9.x core/modules/help_topics/help_topics/book.organizing.html.twig
  3. 10 core/modules/book/help_topics/book.organizing.html.twig
---
label: 'Changing the outline of a book'
related:
  - book.about
  - book.adding
  - book.creating
  - book.configuring
---
{% set overview_link_text %}{% trans %}Books{% endtrans %}{% endset %}
{% set overview_link = render_var(help_route_link(overview_link_text, '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> &gt; <em>{{ overview_link }}</em>.{% 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/book/help_topics/book.organizing.html.twig

View source
  1. ---
  2. label: 'Changing the outline of a book'
  3. related:
  4. - book.about
  5. - book.adding
  6. - book.creating
  7. - book.configuring
  8. ---
  9. {% set overview_link_text %}{% trans %}Books{% endtrans %}{% endset %}
  10. {% set overview_link = render_var(help_route_link(overview_link_text, 'book.admin')) %}
  11. <h2>{% trans %}Goal{% endtrans %}</h2>
  12. <p>{% trans %}Change the order and titles of pages within a book.{% endtrans %}</p>
  13. <h2>{% trans %}Steps{% endtrans %}</h2>
  14. <ol>
  15. <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> &gt; <em>{{ overview_link }}</em>.{% endtrans %}</li>
  16. <li>{% trans %}Click <em>Edit order and titles</em> for the book you would like to change.{% endtrans %}</li>
  17. <li>{% trans %}Drag the book pages to the desired order.{% endtrans %}</li>
  18. <li>{% trans %}If desired, enter new text for one or more of the page titles within the book.{% endtrans %}</li>
  19. <li>{% trans %}Click <em>Save book pages</em>.{% endtrans %}</li>
  20. </ol>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.