home-icon
Textarea
Last updated: Dec 04, 2023

Very similar to the Text element.

This element however uses a textarea form field in the cms to enter data. The provided data from the CMS is directly shown in the view file.

Let's say we have an element named nice-textarea.

The input of this element is directly shown on the content pages when using:

<?=$nice-textarea;?>