update
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
New-UDPage -Name 'Home' -Content {
|
||||
New-UDTypography -Text 'Home' -Id 'homeText'
|
||||
} -Generated
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
New-UDPage -Url "/test" -Name "test" -Content {
|
||||
|
||||
} -Generated -Layout (
|
||||
New-UDPageLayout -Large @(
|
||||
) -Medium @(
|
||||
) -Small @(
|
||||
) -ExtraSmall @(
|
||||
) -ExtraExtraSmall @(
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user