--8<--

((Creates a WYSIWYG (What You See Is What You Get) text editor input field))
__Parameters__
* name = Field name for data binding
* value = Optional default value

{{{
[{WysiwygInput name="myText" value="1234"}]
}}}
-->8--

!!&title;

[{WysiwygInput name="myText" value="1234"}]

----
!!My Text
{{myText}}

----
!!Child Pages
[{ChildPagesList pageName="&pageName;"}]

----
!!Attachments
[{AttachmentsList pageName="&pageName;" matching=".*"}]