1<?php
2/**
3 * Default settings for the airtable plugin
4 *
5 * @author Cameron Ward <cameronward007@gmail.com>
6 */
7
8$meta['Base_ID']     = array('string');
9$meta['API_Key']     = array('string');
10$meta['Max_Records'] = array('numeric', '_pattern' => '/^[0-9]+$/'); //only accept numbers