1<?php
2/**
3 * Configuration Metadata for AutoIndentControl Plugin
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  Kazutaka Miyasaka <kazmiya@gmail.com>
7 */
8
9$meta['default_behavior']   = array('multichoice', '_choices' => array('0', '1'));
10$meta['show_toggle_switch'] = array('onoff');
11