Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ src/negative_test/contextive-glossary/ @chrissimon-au
# pnpm Schemas:
src/schemas/json/pnpm-workspace.json @danielbayley @btea
src/test/pnpm-workspace/ @danielbayley @btea

# Managed by Power Pages Team:
src/schemas/json/powerpages.config.json @priyanshu92 @ashishchoudhary001 @amitjoshi438 @tyaginidhi
src/test/powerpages.config/ @priyanshu92 @ashishchoudhary001 @amitjoshi438 @tyaginidhi
3 changes: 1 addition & 2 deletions src/schemas/json/powerpages.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"defaultLandingPage": {
"type": "string",
"description": "The default HTML page to load when opening the website",
"pattern": "^[\\w.-]+\\.html$"
"description": "The path of the default HTML page to load when opening the website. This path should be relative to the compiledPath."
},
"compiledPath": {
"type": "string",
Expand Down