It would be good if in our plugins we could do this:
'MyPluginSetting' => array(
'label' => 'Title of the plugin setting'
'type' => 'html',
'value' => '<p>html code goes here</p>',
),
Or something similiar.
I need this as with the current plugin i am working on, i need a way to use my own custom fields...
Been thinking of ways to do this.
The way above would be good, but there would need to be a custom save handler.
So yeh, the way above, and for the html settings b2evo should just ignore them, and let the plugin save them instead.