1<?php
2
3/**
4 * Options for the attribute plugin
5 *
6 * @author Mike Wilmes <mwilmes@avc.edu>
7 */
8
9$meta['store'] = array('string');
10$meta['no_compress'] = array('onoff');
11