Aktualisiere README.md und Konfigurationsdateien für Version 1.0.4; füge Elemente für Custom Branding Application Customizer hinzu
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { override } from '@microsoft/decorators';
|
||||
// Legacy SPFx 1.4 implementation; incremental modernization is tracked separately.
|
||||
// tslint:disable:max-line-length no-consecutive-blank-lines no-function-expression no-trailing-whitespace typedef
|
||||
|
||||
import { Log } from '@microsoft/sp-core-library';
|
||||
import {
|
||||
BaseApplicationCustomizer,
|
||||
@@ -6,8 +9,6 @@ import {
|
||||
PlaceholderName
|
||||
} from '@microsoft/sp-application-base';
|
||||
|
||||
import * as strings from 'CustomBrandingApplicationCustomizerStrings';
|
||||
|
||||
const LOG_SOURCE: string = 'CustomBrandingApplicationCustomizer';
|
||||
|
||||
/**
|
||||
|
||||
@@ -4,5 +4,6 @@ declare interface ICustomBrandingApplicationCustomizerStrings {
|
||||
|
||||
declare module 'CustomBrandingApplicationCustomizerStrings' {
|
||||
const strings: ICustomBrandingApplicationCustomizerStrings;
|
||||
// tslint:disable-next-line:export-name
|
||||
export = strings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user