List Form JSON Format - Body section width

Paulo Romualdo Junior 31 Reputation points
2021-07-08T12:36:23.607+00:00

Hi!

About: Microsoft SharePoint Online / Format List Form / JSON Layout / Body

Is possible increase width of column in a section?

e.g: 2 sections of 3 columns and 1 section of 1 full width column?

The goal is the section named "DESCRIPTION", display in full width, and not 1/3.


{
"sections": [
{
"displayname": "SECTION ONE",
"fields": [
"Title",
"Field01",
"Field02"
]
},
{
"displayname": "SECTION TWO",
"fields": [
"Field03",
"Field04",
"Field05"
]
},
{
"displayname": "DESCRIPTION",
"fields": [
"MultLineRichTextField"
]
}
]
}


Thanks! :)

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,536 questions
0 comments No comments
{count} votes

Accepted answer
  1. JoyZ 18,041 Reputation points
    2021-07-09T02:46:53.2+00:00

    @Paulo Romualdo Junior

    This is by design when we configure custom body with one or more sections:

    113164-image.png

    Unlike the header and the footer, body configuration only allows defining one or more sections and adding one or more columns into each of those sections.

    In other words, we cannot add css styles under the Body section.

    More information for your reference:

    https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-configuration


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful