You are here

README.txt in Filter Twig 8.2

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

* This is a very simple module to make twig values available as an input filter.

REQUIREMENTS
------------

* This module requires no modules outside of Drupal core.

INSTALLATION
------------

* If your site is managed via Composer, use Composer to download the module: composer require drupal/filter_twig:^1.2

* Or install the module as any other module.

CONFIGURATION
------------

* Visit the text format administration page at /admin/config/content/formats and edit a text format.
  Check the 'Replaces Twig values' filter and save the text format.

* When editing a form where this text format is used in a field,
  you can type twig that will be replaced when the filed is rendered.

MAINTAINERS
-----------

* Current maintainer: Andriy Malyeyev (slivorezka) - https://www.drupal.org/u/slivorezka

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. * This is a very simple module to make twig values available as an input filter.
  11. REQUIREMENTS
  12. ------------
  13. * This module requires no modules outside of Drupal core.
  14. INSTALLATION
  15. ------------
  16. * If your site is managed via Composer, use Composer to download the module: composer require drupal/filter_twig:^1.2
  17. * Or install the module as any other module.
  18. CONFIGURATION
  19. ------------
  20. * Visit the text format administration page at /admin/config/content/formats and edit a text format.
  21. Check the 'Replaces Twig values' filter and save the text format.
  22. * When editing a form where this text format is used in a field,
  23. you can type twig that will be replaced when the filed is rendered.
  24. MAINTAINERS
  25. -----------
  26. * Current maintainer: Andriy Malyeyev (slivorezka) - https://www.drupal.org/u/slivorezka