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
There might be some cases which requires controlling the text values in text nodes. Some of the use cases are:
translations (register/translate text value via custom admin solution, f.e. adding ICU message syntax support)
text sanitisation, encoding/decoding
text replacement (f.e. have some replacable placeholders like {date} so the app depending on business logic would inject the correct)
TODO
Add textResolver to support preprocessing of the text values in rich text
Add DEMO example
Update README about the possibility of such functionality
Cover with TS types
The text was updated successfully, but these errors were encountered:
edvinasjurele
changed the title
Add textResolver function to control rendering of plain text
Add textResolver function to preprocess text values
Sep 12, 2023
edvinasjurele
changed the title
Add textResolver function to preprocess text values
Add textResolver to preprocess text values
Sep 12, 2023
Context
There might be some cases which requires controlling the text values in text nodes. Some of the use cases are:
{date}
so the app depending on business logic would inject the correct)TODO
textResolver
to support preprocessing of the text values in rich textThe text was updated successfully, but these errors were encountered: