1<?php
2/**
3 * Options for the idcount plugin
4 *
5 * @author Gero Gothe <gero.gothe@medizindoku.de>
6 */
7
8$meta['digits']        = array('numeric');
9$meta['prefix']        = array('string');
10