1<?php 2/** 3 * DokuWiki plugin for Hubspot 4 * 5 * Metadata for configuration manager plugin (field type definitions) 6 * 7 * @license GPLv3 (http://www.gnu.org/licenses/gpl.html) 8 * @author Pieter van Os (info@pkservices.nl) 9 */ 10 11$meta['track_admin_user'] = array('onoff'); 12$meta['track_user'] = array('onoff'); 13$meta['js_tracking_code'] = array('textarea'); 14