Plugin Setting Datatype
I've been trying to find some documentation for the plugin XML, but I cannot. :hurt:
I'm trying to figure out how I can define a setting value as a multiline edit box. I've tried something like:
<setting varname="foo" displayorder="999">
<datatype>text</datatype>
</setting>
But, that doesn't work. What can I use? Or where can I find some documentation on this?
Thanks!
|