You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
|`renderBlock`| A React functional component used to render each paragraph of text. |
48
49
|`propName`| The prop of the Brick component corresponding to this text. |
49
50
|`placeholder`| The placeholder to show when the text is empty. |
51
+
|`multiline`| Default: `true`. If set to `false` it prevents multiline text. |
50
52
|`allowedFeatures`| An array of allowed rich text features: the available features are of type [`types.RichTextFeatures`](/api-reference/types/enums#richtextfeatures)|
51
53
|`renderBold`| The optional render function for the `BOLD` marker. |
52
54
|`renderItalic`| The optional render function for the `ITALIC` marker. |
0 commit comments