book.about.html.twig

Same filename and directory in other branches
  1. 9 core/modules/help_topics/help_topics/book.about.html.twig
  2. 8.9.x core/modules/help_topics/help_topics/book.about.html.twig
  3. 10 core/modules/book/help_topics/book.about.html.twig
---
label: 'Managing books'
top_level: true
---
{% set user_overview_topic = render_var(help_topic_link('user.overview')) %}
<h2>{% trans %}What is a book?{% endtrans %}</h2>
<p>{% trans %}A book is a structured group of content pages, arranged in a hierarchical structure called a <em>book outline</em>. A book hierarchy can be up to nine levels deep, and a book can include <em>Book page</em> content items or other content items. Every book has a default book-specific navigation block, which contains links that lead to the previous and next pages in the book and to the level above the current page in the book's structure.{% endtrans %}</p>
<h2>{% trans %}What are the permissions for books?{% endtrans %}</h2>
<p>{% trans %}The following permissions are needed to create and manage books; see {{ user_overview_topic }} and its related topics for more about permissions.{% endtrans %}</p>
<dl>
  <dt>{% trans %}Create new books{% endtrans %}</dt>
  <dd>{% trans %}Allows users to add new books to the site.{% endtrans %}</dd>
  <dt>{% trans %}Add content and child pages to books and manage their hierarchies{% endtrans %}</dt>
  <dd>{% trans %}Allows users to add configured types of content to existing books.{% endtrans %}</dd>
  <dt>{% trans %}Administer book outlines{% endtrans %}</dt>
  <dd>{% trans %}Allows users to add <em>any</em> type of content to a book, use the book overview administration page, and rearrange the pages of a book from the book outline page.{% endtrans %}</dd>
  <dt>{% trans %}Administer site configuration (in the System module section){% endtrans %}</dt>
  <dd>{% trans %}Allows users to do many site configuration tasks, including configuring books. This permission has security implications.{% endtrans %}</dd>
  <dt>{% trans %}View printer-friendly books{% endtrans %}</dt>
  <dd>{% trans %}Allows users to click the <em>printer-friendly version</em> link to generate a printer-friendly display of the page, which includes pages below it in the book outline.{% endtrans %}</dd>
  <dt>{% trans %}<em>Book page</em> content permissions (in the Node module section){% endtrans %}</dt>
  <dd>{% trans %}Like other content types, the <em>Book page</em> content type has separate permissions for creating, editing, and deleting a user's own and any content items of this type.{% endtrans %}</dd>
</dl>
<h2>{% trans %}Managing books{% endtrans %}</h2>
<p>{% trans %}Book management is handled by the core Book module. The topics listed below will help you create, edit, and configure books.{% endtrans %}</p>

File

core/modules/book/help_topics/book.about.html.twig

View source
  1. ---
  2. label: 'Managing books'
  3. top_level: true
  4. ---
  5. {% set user_overview_topic = render_var(help_topic_link('user.overview')) %}
  6. <h2>{% trans %}What is a book?{% endtrans %}</h2>
  7. <p>{% trans %}A book is a structured group of content pages, arranged in a hierarchical structure called a <em>book outline</em>. A book hierarchy can be up to nine levels deep, and a book can include <em>Book page</em> content items or other content items. Every book has a default book-specific navigation block, which contains links that lead to the previous and next pages in the book and to the level above the current page in the book's structure.{% endtrans %}</p>
  8. <h2>{% trans %}What are the permissions for books?{% endtrans %}</h2>
  9. <p>{% trans %}The following permissions are needed to create and manage books; see {{ user_overview_topic }} and its related topics for more about permissions.{% endtrans %}</p>
  10. <dl>
  11. <dt>{% trans %}Create new books{% endtrans %}</dt>
  12. <dd>{% trans %}Allows users to add new books to the site.{% endtrans %}</dd>
  13. <dt>{% trans %}Add content and child pages to books and manage their hierarchies{% endtrans %}</dt>
  14. <dd>{% trans %}Allows users to add configured types of content to existing books.{% endtrans %}</dd>
  15. <dt>{% trans %}Administer book outlines{% endtrans %}</dt>
  16. <dd>{% trans %}Allows users to add <em>any</em> type of content to a book, use the book overview administration page, and rearrange the pages of a book from the book outline page.{% endtrans %}</dd>
  17. <dt>{% trans %}Administer site configuration (in the System module section){% endtrans %}</dt>
  18. <dd>{% trans %}Allows users to do many site configuration tasks, including configuring books. This permission has security implications.{% endtrans %}</dd>
  19. <dt>{% trans %}View printer-friendly books{% endtrans %}</dt>
  20. <dd>{% trans %}Allows users to click the <em>printer-friendly version</em> link to generate a printer-friendly display of the page, which includes pages below it in the book outline.{% endtrans %}</dd>
  21. <dt>{% trans %}<em>Book page</em> content permissions (in the Node module section){% endtrans %}</dt>
  22. <dd>{% trans %}Like other content types, the <em>Book page</em> content type has separate permissions for creating, editing, and deleting a user's own and any content items of this type.{% endtrans %}</dd>
  23. </dl>
  24. <h2>{% trans %}Managing books{% endtrans %}</h2>
  25. <p>{% trans %}Book management is handled by the core Book module. The topics listed below will help you create, edit, and configure books.{% endtrans %}</p>

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