1<?php 2$meta["enable"] = array('onoff'); 3$meta["optinout"] = array('multichoice','_choices' => array('optin','optout','mandatory')); 4$meta["otpsubject"] = array('string'); 5$meta["otpcontent"] = array('string'); 6$meta["generatorexpiry"] = array('numeric'); 7$meta["otplength"] = array('numeric'); 8$meta["sentexpiry"] = array('numeric'); 9$meta["loginnotice"] = array('multichoice','_choices' => array('none','user','always')); 10$meta["loginsubject"] = array('string'); 11$meta["logincontent"] = array('string'); 12 13