spo page section add
Adds section to modern page
Usage
m365 spo page section add [options]
Options
-n, --pageName <pageName>Name of the page to add section to.
-u, --webUrl <webUrl>URL of the site where the page to retrieve is located.
-t, --sectionTemplate <sectionTemplate>Type of section to add. Allowed values
OneColumn,OneColumnFullWidth,TwoColumn,ThreeColumn,TwoColumnLeft,TwoColumnRight.--order [order]Order of the section to add.
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,response,full. Default isfull.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Remarks
If the specified pageName doesn't refer to an existing modern page, you will get a File doesn't exists error.
Examples
Add section to the modern page
m365 spo page section add --pageName home.aspx --webUrl https://contoso.sharepoint.com/sites/newsletter --sectionTemplate OneColumn --order 1
Response
The command won't return a response on success.