book.configuring.html.twig

Same filename and directory in other branches
  1. 9 core/modules/help_topics/help_topics/book.configuring.html.twig
  2. 8.9.x core/modules/help_topics/help_topics/book.configuring.html.twig
  3. 10 core/modules/book/help_topics/book.configuring.html.twig
---
label: 'Configuring books'
related:
  - book.about
  - book.adding
  - book.creating
  - book.organizing
---
{% set settings_link_text %}{% trans %}Settings{% endtrans %}{% endset %}
{% set settings_link = render_var(help_route_link(settings_link_text, 'book.settings')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Configure settings related to books.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> &gt; <em>Books</em> &gt; <em>{{ settings_link }}</em>.{% endtrans %}</li>
  <li>{% trans %}Check all of the content types that you would like to use as book pages in the <em>Content types allowed in book outlines</em> field.{% endtrans %}</li>
  <li>{% trans %}In the <em>Content type for the Add child page link</em> field, select the content type that will be created from the <em>Add child page</em> link on a book page.{% endtrans %}</li>
  <li>{% trans %}Click <em>Save configuration</em>.{% endtrans %}</li>
</ol>

File

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

View source
  1. ---
  2. label: 'Configuring books'
  3. related:
  4. - book.about
  5. - book.adding
  6. - book.creating
  7. - book.organizing
  8. ---
  9. {% set settings_link_text %}{% trans %}Settings{% endtrans %}{% endset %}
  10. {% set settings_link = render_var(help_route_link(settings_link_text, 'book.settings')) %}
  11. <h2>{% trans %}Goal{% endtrans %}</h2>
  12. <p>{% trans %}Configure settings related to books.{% 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>Books</em> &gt; <em>{{ settings_link }}</em>.{% endtrans %}</li>
  16. <li>{% trans %}Check all of the content types that you would like to use as book pages in the <em>Content types allowed in book outlines</em> field.{% endtrans %}</li>
  17. <li>{% trans %}In the <em>Content type for the Add child page link</em> field, select the content type that will be created from the <em>Add child page</em> link on a book page.{% endtrans %}</li>
  18. <li>{% trans %}Click <em>Save configuration</em>.{% endtrans %}</li>
  19. </ol>

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