2026-04-13 10:24:29 +02:00
2026-04-13 10:24:29 +02:00
2026-04-13 10:24:29 +02:00
2026-04-13 10:24:29 +02:00
2026-04-13 10:24:29 +02:00
2026-04-13 10:24:29 +02:00
2026-04-13 10:24:29 +02:00

Custom Branding

Custom Branding ist ein SPFx-1.4.1-Application-Customizer fuer SharePoint Server Subscription Edition. Die Solution laedt zentral konfigurierte Stylesheets und kann strukturierte Inhalte in den oberen und unteren SharePoint-Placeholder rendern.

Version

1.0.4.0

Konfiguration

Die Konfiguration wird in den ClientSideComponentProperties der aktiven UserCustomAction gespeichert und zentral ueber PortalSettings gepflegt:

{
  "cssfiles": [],
  "placeholdertop": {
    "elements": []
  },
  "placeholderbottom": {
    "elements": []
  }
}

Build

Die Legacy-SPFx-Toolchain benoetigt Node.js 8.17.0:

npm install
npm run package

Das Paket wird unter sharepoint/solution/custom-branding.sppkg erzeugt.

Installation

  1. custom-branding.sppkg in den App Catalog laden beziehungsweise ersetzen.
  2. Die App im Root Web der Site Collection installieren oder aktualisieren.
  3. Beim Aktivieren wird der Custom Branding Application Customizer automatisch web-scoped registriert.
  4. PortalSettings mit Strg+F5 neu laden und den Tab Custom Branding konfigurieren.

Das Skript deployment/add-custombranding.ps1 bleibt fuer automatisierte Rollouts oder eine ausdruecklich site-scoped Registrierung verfuegbar.

Description
No description provided
Readme 722 KiB
v.2.0.0 Latest
2026-07-19 21:59:27 +00:00
Languages
TypeScript 77.9%
PowerShell 20.1%
JavaScript 2%