Skip to content
Snippets Groups Projects
Commit 792d5c41 authored by Shelane French's avatar Shelane French
Browse files

updates readme with all condition options

parent 415a12d3
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,17 @@ Views Conditional is a simple module that allows you to define conditionals ...@@ -17,9 +17,17 @@ Views Conditional is a simple module that allows you to define conditionals
* Equal To * Equal To
* Not Equal To * Not Equal To
* Greater Than * Greater Than
* Greater Than or Equals
* Less Than * Less Than
* Less Than or Equals
* Empty * Empty
* Not Empty * Not Empty
* Contains
* Does Not Contain
* Length Equal To
* Length Not Equal To
* Length Greater Than
* Length Less Than
Views conditional allows you to output text based on the result of the Views conditional allows you to output text based on the result of the
condition. condition.
...@@ -59,9 +67,6 @@ CONFIGURATION ...@@ -59,9 +67,6 @@ CONFIGURATION
accordingly. accordingly.
6. Save, views conditional handles the logic and returns as specified. 6. Save, views conditional handles the logic and returns as specified.
NOTE: In D8 alpha release we've updated token format from [token_name] to
{{ token_name }}, please update your views accordingly.
MAINTAINERS MAINTAINERS
----------- -----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment