-
-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Is your feature request related to a problem? Please describe.
Currently, it is not possible to create and manage RichText elements as they are not supported by this package.
So in order to use any RichText element (input, section or block), you have to use builder, build to json, parse the result, manually add RichText elements, convert updated entity to json again. This may be used as a workaround (but still a bad one), but when you have to add such elements multiple times - it's pure hell to manage it manually.
Describe the solution you'd like
Add support for RichText (section, input, block, etc.).
Describe alternatives you've considered
You can manually add this (as was described in first section), but I thinkits not even a workaround.
Additional context
So if you only need f.e. to add it to the end of your UI - it may seem OK.

But for more complex UI with multiple unsupported elements - it will be pure hell to manage it.