Add a Text Node property to your component. In the Webflow designer, designers can edit the text content of the component on the canvas or via the properties panel.
Define the Text Node prop in your Webflow code component with a name. Optionally, you can add a group and tooltip text.
name: The name for the property.multiline: Whether the property allows multiple lines of text. (optional)group: The group for this property. (optional)tooltip: The tooltip for the property. (optional)defaultValue: Default value for all component instances. (optional)The Text Node prop provides formatted HTML content to your React component as a ReactNode.
n/a
Use a Text Node prop when you want designers to: