description.html.twig
Same filename in this branch
- 4.0.x modules/menu_example/templates/description.html.twig
- 4.0.x modules/form_api_example/templates/description.html.twig
- 4.0.x modules/js_example/templates/description.html.twig
- 4.0.x modules/page_example/templates/description.html.twig
- 4.0.x modules/node_type_example/templates/description.html.twig
- 4.0.x modules/pager_example/templates/description.html.twig
- 4.0.x modules/block_example/templates/description.html.twig
- 4.0.x modules/tabledrag_example/templates/description.html.twig
- 4.0.x modules/rest_example/templates/description.html.twig
- 4.0.x modules/testing_example/templates/description.html.twig
- 4.0.x modules/config_entity_example/templates/description.html.twig
- 4.0.x modules/phpunit_example/templates/description.html.twig
- 4.0.x modules/render_example/templates/description.html.twig
- 4.0.x modules/field_permission_example/templates/description.html.twig
- 4.0.x modules/stream_wrapper_example/templates/description.html.twig
- 4.0.x modules/ajax_example/templates/description.html.twig
- 4.0.x modules/hooks_example/templates/description.html.twig
- 4.0.x modules/field_example/templates/description.html.twig
- 4.0.x tests/modules/examples_description_test/templates/description.html.twig
- 4.0.x modules/config_simple_example/templates/description.html.twig
Same filename in other branches
- 3.x modules/menu_example/templates/description.html.twig
- 3.x modules/form_api_example/templates/description.html.twig
- 3.x modules/js_example/templates/description.html.twig
- 3.x modules/page_example/templates/description.html.twig
- 3.x modules/node_type_example/templates/description.html.twig
- 3.x modules/pager_example/templates/description.html.twig
- 3.x modules/block_example/templates/description.html.twig
- 3.x modules/tabledrag_example/templates/description.html.twig
- 3.x modules/rest_example/templates/description.html.twig
- 3.x modules/testing_example/templates/description.html.twig
- 3.x modules/tour_example/templates/description.html.twig
- 3.x modules/config_entity_example/templates/description.html.twig
- 3.x modules/phpunit_example/templates/description.html.twig
- 3.x modules/render_example/templates/description.html.twig
- 3.x modules/field_permission_example/templates/description.html.twig
- 3.x modules/stream_wrapper_example/templates/description.html.twig
- 3.x modules/ajax_example/templates/description.html.twig
- 3.x modules/hooks_example/templates/description.html.twig
- 3.x modules/field_example/templates/description.html.twig
- 3.x tests/modules/examples_description_test/templates/description.html.twig
- 8.x-1.x menu_example/templates/description.html.twig
- 8.x-1.x form_api_example/templates/description.html.twig
- 8.x-1.x js_example/templates/description.html.twig
- 8.x-1.x page_example/templates/description.html.twig
- 8.x-1.x node_type_example/templates/description.html.twig
- 8.x-1.x pager_example/templates/description.html.twig
- 8.x-1.x block_example/templates/description.html.twig
- 8.x-1.x tabledrag_example/templates/description.html.twig
- 8.x-1.x testing_example/templates/description.html.twig
- 8.x-1.x tour_example/templates/description.html.twig
- 8.x-1.x config_entity_example/templates/description.html.twig
- 8.x-1.x tests/modules/examples_description_test/templates/description.html.twig
- 8.x-1.x phpunit_example/templates/description.html.twig
- 8.x-1.x render_example/templates/description.html.twig
- 8.x-1.x field_permission_example/templates/description.html.twig
- 8.x-1.x stream_wrapper_example/templates/description.html.twig
- 8.x-1.x ajax_example/templates/description.html.twig
- 8.x-1.x hooks_example/templates/description.html.twig
- 8.x-1.x field_example/templates/description.html.twig
{# Description text for the Tour Example. Note that we have defined some 'buttons.' These page elements are targets for the tour we're demonstrating. The id of the target elements are used in the tour definition file as targets for the various tour steps. #} {% trans %} <h2>The Tour:</h2> <p>Click the 'Tour' icon in the admin menu bar to start.</p> <div id="button-container"> <div class="button" id="tour-target-1">First item.</div> <div class="button" id="tour-target-2">Second item.</div> <div class="button" id="tour-target-3">Third item.</div> <div class="button" id="tour-target-4">Fourth item.</div> </div> <h2>About Tours</h2> <p>The Tour module allows you you make instructional tours of user interfaces.</p> <p>The Tour module comes with Drupal and makes it easy for developers to add "Tours" for guiding users through unfamiliar user interfaces.</p> <p>Each tour is comprised of a series of tooltips that provide contextual information about an interface. The user can start a tour by clicking the "Tour" icon on the right side of the Drupal toolbar. The tour icon is only visible when there is a tour available on the current page.</p> <p>The Tour module provides the Tour API, which makes it easy for developers to add tours to their modules. In most cases, adding a tour is as simple as creating a YAML file in the config directory in their module, containing the expected data. For a detailed example of such a file, see config/install/tour.tour.tour-example.yml.</p> <p>If you are interested in building tours through a user interface, you may want to look at the Tour UI module: <a href="https://drupal.org/project/tour_ui">https://drupal.org/project/tour_ui</a></p> <p>The Tour module uses the Shepherd JavaScript library for its underlying functionality. You can find more information about Shepherd at <a href="https://shepherdjs.dev/">https://shepherdjs.dev/</a></p> {% endtrans %}
File
-
modules/
tour_example/ templates/ description.html.twig
View source
- {#
-
- Description text for the Tour Example.
-
- Note that we have defined some 'buttons.' These page elements are targets for
- the tour we're demonstrating.
-
- The id of the target elements are used in the tour definition file as targets
- for the various tour steps.
-
- #}
-
- {% trans %}
-
-
- <h2>The Tour:</h2>
- <p>Click the 'Tour' icon in the admin menu bar to start.</p>
- <div id="button-container">
- <div class="button" id="tour-target-1">First item.</div>
- <div class="button" id="tour-target-2">Second item.</div>
- <div class="button" id="tour-target-3">Third item.</div>
- <div class="button" id="tour-target-4">Fourth item.</div>
- </div>
-
- <h2>About Tours</h2>
-
- <p>The Tour module allows you you make instructional tours of user interfaces.</p>
-
- <p>The Tour module comes with Drupal and makes it easy for developers to add
- "Tours" for guiding users through unfamiliar user interfaces.</p>
-
- <p>Each tour is comprised of a series of tooltips that provide contextual
- information about an interface. The user can start a tour by clicking the
- "Tour" icon on the right side of the Drupal toolbar. The tour icon is only
- visible when there is a tour available on the current page.</p>
-
- <p>The Tour module provides the Tour API, which makes it easy for developers to
- add tours to their modules. In most cases, adding a tour is as simple as
- creating a YAML file in the config directory in their module, containing the
- expected data. For a detailed example of such a file, see
- config/install/tour.tour.tour-example.yml.</p>
-
- <p>If you are interested in building tours through a user interface, you may
- want to look at the Tour UI module: <a href="https://drupal.org/project/tour_ui">https://drupal.org/project/tour_ui</a></p>
-
- <p>The Tour module uses the Shepherd JavaScript library for its underlying
- functionality. You can find more information about Shepherd at
- <a href="https://shepherdjs.dev/">https://shepherdjs.dev/</a></p>
-
- {% endtrans %}