The 'option' selection is only a single line option..
Would it be possible to create a multiline option as well as a single line option in the next version please?
Example
Lets say I have some php code that displays like this when published...
Code: Select all
<?
some variables here etc;
some more variables here etc;
{
else {
some more variables here etc;
}
?>
Code: Select all
<? some variables here etc; some more variables here etc; { else { some more variables here etc; } ?>
So I was thinking, to select a multiline option would be inputted like this...
Code: Select all
Option 1~<?
some code and variables here etc;
some code and more variables here etc;
{
else {
some more code and variables here etc;
}
?>
Code: Select all
Option 2~<?
some different code to option 1 and variables here etc;
some more different code to option 1 and variables here etc;
{
else {
some different code to option 1 and variables here etc;
}
?>
Hope I make sense,
Cheers,
Scott