Commit 0dc37503 authored by mxh's avatar mxh
Browse files

Issue #3253779 by mxh: Views integration

parent 312314c9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -92,6 +92,9 @@ Features of this module:
Optional sub-modules included:
* "Mustache Logic-less Tokens" (`mustache_token`): Automatically enhances the
  Token system everywhere token replacement is possible (see section 3.2).
* "Mustache Logic-less Views" (`mustache_views`): Use Mustache variables
  including Tokens within Views configurations. For example, you can use a
  variable in the input for a fixed default argument within contextual filters.
* "Mustache Logic-less Templates: Even more magic" (`mustache_magic`):
  Adds more magic variable plugins to Mustache Templates, for example {{#sync}}.
  More about this module see section 3.6.