Share via

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.

SPO Modern JSON - Format a Multiline Text Field that Uses Enhanced RTF

Crazy Dance 20 Reputation points
Jul 1, 2023, 3:54 AM

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:

User's image

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

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,160 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,247 questions
0 comments No comments
{count} votes