Skip to content

Instantly share code, notes, and snippets.

@nnarhinen
Created September 4, 2010 07:25
Show Gist options
  • Save nnarhinen/564991 to your computer and use it in GitHub Desktop.
Save nnarhinen/564991 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ae:configurations
xmlns="http://agavi.org/agavi/config/parts/validators/1.0"
xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0"
parent="%core.module_dir%/Admin/config/validators.xml"
>
<ae:configuration>
<validators method="write">
<validator class="file">
<arguments>
<argument>file</argument>
</arguments>
<errors>
<error>Validation error</error>
</errors>
</validator>
</validators>
</ae:configuration>
</ae:configurations>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment