book.adding.html.twig
Same filename in other branches
--- label: 'Adding content to a book' related: - book.about - book.configuring - book.creating - book.organizing --- {% set node_add_link_text %}{% trans %}Add content{% endtrans %}{% endset %} {% set node_add_link = render_var(help_route_link(node_add_link_text, 'node.add_page')) %} {% set configuring_topic = render_var(help_topic_link('book.configuring')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans %}Add a page to an existing book.{% endtrans %}</p> <h2>{% trans %}Steps{% endtrans %}</h2> <ol> <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Content</em> > <em>{{ node_add_link }}</em> > <em>Book page</em>. If you have configured additional content types that can be added to books, you can substitute a different content type for <em>Book page</em>; see {{ configuring_topic }} for more information.{% endtrans %}</li> <li>{% trans %}Enter a title for the page and some text for the body of the page.{% endtrans %}</li> <li>{% trans %}In the vertical tabs area, click <em>Book Outline</em>. Select the book you want to add the page to in the <em>Book</em> select list. If you want to insert this page into the book hierarchy, also select the desired parent page in the <em>Parent item</em> select list.{% endtrans %}</li> <li>{% trans %}Select the desired weight for the page in the <em>Weight</em> select list (pages with the same parent item are ordered from lowest to highest weight).{% endtrans %}</li> <li>{% trans %}Click <em>Save</em> to add the page to the book.{% endtrans %}</li> </ol>
File
-
core/
modules/ book/ help_topics/ book.adding.html.twig
View source
- ---
- label: 'Adding content to a book'
- related:
- - book.about
- - book.configuring
- - book.creating
- - book.organizing
- ---
- {% set node_add_link_text %}{% trans %}Add content{% endtrans %}{% endset %}
- {% set node_add_link = render_var(help_route_link(node_add_link_text, 'node.add_page')) %}
- {% set configuring_topic = render_var(help_topic_link('book.configuring')) %}
- <h2>{% trans %}Goal{% endtrans %}</h2>
- <p>{% trans %}Add a page to an existing book.{% endtrans %}</p>
- <h2>{% trans %}Steps{% endtrans %}</h2>
- <ol>
- <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Content</em> > <em>{{ node_add_link }}</em> > <em>Book page</em>. If you have configured additional content types that can be added to books, you can substitute a different content type for <em>Book page</em>; see {{ configuring_topic }} for more information.{% endtrans %}</li>
- <li>{% trans %}Enter a title for the page and some text for the body of the page.{% endtrans %}</li>
- <li>{% trans %}In the vertical tabs area, click <em>Book Outline</em>. Select the book you want to add the page to in the <em>Book</em> select list. If you want to insert this page into the book hierarchy, also select the desired parent page in the <em>Parent item</em> select list.{% endtrans %}</li>
- <li>{% trans %}Select the desired weight for the page in the <em>Weight</em> select list (pages with the same parent item are ordered from lowest to highest weight).{% endtrans %}</li>
- <li>{% trans %}Click <em>Save</em> to add the page to the book.{% endtrans %}</li>
- </ol>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.