question

PauloRomualdoJunior-6909 avatar image
1 Vote"
PauloRomualdoJunior-6909 asked JoyZ commented

List Form JSON Format - Body section width

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! :)

office-sharepoint-online
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JoyZ avatar image
1 Vote"
JoyZ answered JoyZ commented

@PauloRomualdoJunior-6909

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://docs.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.



image.png (26.3 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@PauloRomualdoJunior-6909,

If you find any answer helpful to you, please remember to accept it as answer.

Thank you for your understanding.

0 Votes 0 ·