10 lines
170 B
PowerShell
10 lines
170 B
PowerShell
New-UDPage -Url "/test" -Name "test" -Content {
|
|
|
|
} -Generated -Layout (
|
|
New-UDPageLayout -Large @(
|
|
) -Medium @(
|
|
) -Small @(
|
|
) -ExtraSmall @(
|
|
) -ExtraExtraSmall @(
|
|
)
|
|
) |