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.