spo page section add¶
Adds section to modern page
Usage¶
m365 spo page section add [options]
Options¶
- -n
, --name <name>
- 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
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Remarks¶
If the specified name
doesn't refer to an existing modern page, you will get a File doesn't exists error.
Examples¶
Add section to the modern page named home.aspx
m365 spo page section add --name home.aspx --webUrl https://contoso.sharepoint.com/sites/newsletter --sectionTemplate OneColumn --order 1