1<?php
2/*
3 * Ad-Hoc Tags plugin, configuration metadata
4 *
5 */
6
7$meta['allowedElements'] = array('multicheckbox', '_choices' => array('b','aside','i','section','s','figure','u','figcaption','q','article','abbr','header','mark','footer','strong','address','small','cite','em','time','h1','dfn','h2','kbd','h3','samp','h4','var','h5','bdi','h6','bdo','a','dl','dt','dd','details','summary','span','pre','div'));
8
9$meta['attributes'] = array('fieldset');
10$meta['allowStyle'] = array('onoff');
11$meta['allowJSLinks'] = array('onoff');
12