Initial commit
This commit is contained in:
30
config/serve.json
Normal file
30
config/serve.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
|
||||
"port": 4321,
|
||||
"https": true,
|
||||
"serveConfigurations": {
|
||||
"default": {
|
||||
"pageUrl": "https://sharepoint.contoso.local/SitePages/Neues-Zuhause.aspx",
|
||||
"customActions": {
|
||||
"abc3361f-bb2d-491f-aba3-cd51c19a299b": {
|
||||
"location": "ClientSideExtension.ApplicationCustomizer",
|
||||
"properties": {
|
||||
"termSetName": "Horizontale Navigation",
|
||||
"additionalCssUrl": "/siteAssets/Navigation/Navigation.css"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"megaMenu": {
|
||||
"pageUrl": "https://contoso.sharepoint.com/sites/mySite/SitePages/myPage.aspx",
|
||||
"customActions": {
|
||||
"abc3361f-bb2d-491f-aba3-cd51c19a299b": {
|
||||
"location": "ClientSideExtension.ApplicationCustomizer",
|
||||
"properties": {
|
||||
"testMessage": "Test message"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user