1<?php 2$meta["enable"] = array('onoff'); 3$meta["optinout"] = array('multichoice','_choices' => array('optin','optout','mandatory')); 4$meta["usega"] = array('onoff'); 5$meta["gasecret"] = array('string'); 6$meta["gaexpiry"] = array('numeric'); 7$meta["useotp"] = array('onoff'); 8$meta["otpmethod"] = array('multichoice','_choices' => array('email','smsgateway','smsappliance')); 9$meta["otpurl"] = array('string'); 10$meta["otpcontent"] = array('string'); 11$meta["otplength"] = array('numeric'); 12$meta["otpexpiry"] = array('numeric'); 13 14