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.

Comments

mvdve’s picture

StatusFileSize
new1.65 KB

Small update on the patch.

phily’s picture

Patch #1 works with 7.x-1.0+5-dev release, thanks.