31 lines
937 B
JSON
31 lines
937 B
JSON
{
|
|
"$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": {
|
|
"c0abbffb-355d-4d4e-bd38-9e15fb811506": {
|
|
"location": "ClientSideExtension.ApplicationCustomizer",
|
|
"properties": {
|
|
"termSetName": "Horizontale Navigation",
|
|
"additionalCssUrl": "/siteAssets/Navigation/Navigation.css"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"megaMenu": {
|
|
"pageUrl": "https://contoso.sharepoint.com/sites/mySite/SitePages/myPage.aspx",
|
|
"customActions": {
|
|
"c0abbffb-355d-4d4e-bd38-9e15fb811506": {
|
|
"location": "ClientSideExtension.ApplicationCustomizer",
|
|
"properties": {
|
|
"testMessage": "Test message"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|