mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-18 12:59:55 +01:00
4 lines
140 B
PHP
4 lines
140 B
PHP
|
<label for='text' class='form-label'>Text to display</label>
|
||
|
<textarea name='text' class='form-control'>{{$params->text ?? ''}}
|
||
|
</textarea>
|