Active
Project:
Context
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 Apr 2013 at 08:14 UTC
Updated:
16 Apr 2014 at 21:51 UTC
Jump to comment: Most recent, Most recent file
My project comes up with a request on checking the system variable value (which is often retrieved by variable_get())
I make this context condition (patch below), hope it helps for who got the same issue with me
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | context-condition_variable-1963530.patch | 3.42 KB | dk129 |
Comments
Comment #1
dk129 commentedpatch
Comment #2
dk129 commentedusage:
in condition form, select your target variable, then make a simple conditional expression for its value
eg:
$value == true;if your variable returns you an array, you can try with:
$value['filter'] == 'html';Comment #3
doublejosh commentedOMG, this should happen.