Skip to content

Commit 2664252

Browse files
authored
[Power Pages Config] Update description for defaultLandingPage property (SchemaStore#4836)
* [Power Pages Config] Update description for defaultLandingPage property - ✏️ Revised the description for the defaultLandingPage property to clarify that the path should be relative to the compiledPath. - 🗑️ Removed the pattern validation for the defaultLandingPage property. -Priyanshu * Add code owners
1 parent 5175b4e commit 2664252

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ src/negative_test/contextive-glossary/ @chrissimon-au
4949
# pnpm Schemas:
5050
src/schemas/json/pnpm-workspace.json @danielbayley @btea
5151
src/test/pnpm-workspace/ @danielbayley @btea
52+
53+
# Managed by Power Pages Team:
54+
src/schemas/json/powerpages.config.json @priyanshu92 @ashishchoudhary001 @amitjoshi438 @tyaginidhi
55+
src/test/powerpages.config/ @priyanshu92 @ashishchoudhary001 @amitjoshi438 @tyaginidhi

src/schemas/json/powerpages.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
},
1111
"defaultLandingPage": {
1212
"type": "string",
13-
"description": "The default HTML page to load when opening the website",
14-
"pattern": "^[\\w.-]+\\.html$"
13+
"description": "The path of the default HTML page to load when opening the website. This path should be relative to the compiledPath."
1514
},
1615
"compiledPath": {
1716
"type": "string",

0 commit comments

Comments
 (0)