Ability for Component RichText property to output paragraphs instead of line breaks

Currently with a RichText property of a component when typing in the canvas, nothing happens if you press enter. Shift+Enter creates a new line, so you can simulate the look of a paragraph but there is no way to actually create one as the entire property is wrapped in a single p tag in the output anyway.

For clients, they don’t necessarily know about Shift+Enter or what the difference is between line breaks and paragraphs, so this is not ideal from an editing perspective.

So, we are requesting to extend this RichText property to optionally output wrapped in a div tag and make pressing enter create paragraphs.

Thank you Cwicly Team!