Jaen-TextField-Example
Created by
kleberbaum
Remixed from
The TextField is there to provide your react-components with editable content. It requires you to give it a fieldName and an initValue. The fieldName sets the name of the TextField for the CMS and the initValue sets the value the field has before it gets edited. By default the TextField provides you with an editable RichText. If you only need a short one liner for a heading etc. you can set rtf to false to restrict the field.