1<?php
2/**
3 * Default settings for the airtable plugin
4 *
5 * @author Cameron Ward <cameronward007@gmail.com>
6 */
7
8$conf['Base_ID']     = '';
9$conf['API_Key']     = '';
10$conf['Max_Records'] = '';