customize type html textarea size
Posted: Tue Jul 24, 2007 2:32 pm
Hello
Is there an option to customize a type::html plugin config field?
case 'intro':
$propbag->add('type', 'html');
$propbag->add('name', PLUGIN_XXX_INTRO);
$propbag->add('description', '');
$propbag->add('default', '');
break;
Ian
Is there an option to customize a type::html plugin config field?
case 'intro':
$propbag->add('type', 'html');
$propbag->add('name', PLUGIN_XXX_INTRO);
$propbag->add('description', '');
$propbag->add('default', '');
break;
Ian