578 B
578 B
title | description |
---|---|
textEmail | textEmail attributes, type and example |
Constructor: textEmail
Attributes:
Name | Type | Required |
---|---|---|
text | RichText | Yes |
string | Yes |
Type: RichText
Example:
$textEmail = ['_' => 'textEmail', 'text' => RichText, 'email' => string, ];
Or, if you're into Lua:
textEmail={_='textEmail', text=RichText, email=string, }