SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,160 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A community member has associated this post with a similar question:
SPO Modern JSON - Format a Multiline Text Field that Uses Enhanced RTF
Only moderators can edit this content.
Hello Community,
I am working in SharePoint Online Modern, and I am building a custom view using JSON formatting. Some of the fields are Multiline Text Fields using Enhanced Rich Text. Unfortunately, when these fields are displayed in the view, they look like this:
Here is my JSON code:
{
"elmType": "div",
"attributes": {
"class": "sp-row-listPadding"
},
"style": {
"padding": ".75em",
"font-weight": "Bold"
},
"txtContent": "System Description"
},
{
"elmType": "div",
"attributes": {
"class": "sp-row-listPadding"
},
"style": {
"padding": ".75em"
},
"txtContent": "[$System_x0020_Description]"
}
Has anyone found a way to solve this problem? If so, please provide guidance and examples.
Thanks!
Tom