description.html.twig

{#

Description text for the Config Simple Example.

#}

{% set config_simple_form = path('config_simple_example.settings') %}

{% trans %}

<p>The Config Simple Example module defines a simple translatable config
   form. You need "Administer site configuration" permission to test it.
   You will need at least two language enabled to test the translation
   of the configuration.</p>
<p><a href={{ config_simple_form }}>Config Simple Form</a></p>

{% endtrans %}

File

modules/config_simple_example/templates/description.html.twig

View source
  1. {#
  2. Description text for the Config Simple Example.
  3. #}
  4. {% set config_simple_form = path('config_simple_example.settings') %}
  5. {% trans %}
  6. <p>The Config Simple Example module defines a simple translatable config
  7. form. You need "Administer site configuration" permission to test it.
  8. You will need at least two language enabled to test the translation
  9. of the configuration.</p>
  10. <p><a href={{ config_simple_form }}>Config Simple Form</a></p>
  11. {% endtrans %}