django-jsonform icon indicating copy to clipboard operation
django-jsonform copied to clipboard

Rich text input widget

Open bhch opened this issue 2 years ago • 0 comments

Add support for a rich text input.

Doesn't have to be a full-fledged editor. A few basic text formatting options should be enough.

Example:

{
    "type": "string",
    "widget": "richtextarea"
}

bhch avatar Sep 01 '23 08:09 bhch