-
Notifications
You must be signed in to change notification settings - Fork 1.1k
TextArea Component
Travis Tidwell edited this page Jul 5, 2017
·
3 revisions
The JSON Schema definition for this component is defined as follows.
This component uses the core properties defined within the Common Parameters section.
Property | Description | Value | Required | Default |
---|---|---|---|---|
rows | How many rows this text area should contain. | Any integer
|
true |
3 |
wysiwyg | Determines if this text area should attach a wysiwyg editor. |
true for default wysiwyg configuration, or a JSON object of the wysiwyg settings. |
false |
false |
Display Users submitted data into a table inside the admin dashboard?