It is very common within drupal to have a multi line value field when it comes to a path.
For example with blocks.
You could add multiple comparisons but this can be a lot of extra work.
I added this functionality within the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | pathrules-multi_line-2482523-1.patch | 1.65 KB | mvdve |
Comments
Comment #1
mvdve commentedSmall update on the patch.
Comment #2
philyPatch #1 works with 7.x-1.0+5-dev release, thanks.