1<?php
2/**
3 * Options for the like button
4 *
5 * @license GNU General Public License 3 <http://www.gnu.org/licenses/>
6 * @author Marvin Thomas Rabe <mrabe@marvinrabe.de>
7 */
8
9$meta['layout'] = array('multichoice','_choices' => array('standard','button_count','box_count'));
10$meta['show_faces'] = array('onoff');
11$meta['width'] = array('string');
12$meta['action'] = array('multichoice','_choices' => array('like','recommend'));
13$meta['font']  = array('multichoice','_choices' => array('arial','lucida grande','segoe ui','tahoma','trebuchet ms','verdana'));
14$meta['colorscheme']  = array('multichoice','_choices' => array('light','dark'));
15