Initial commit
This commit is contained in:
7
src/webparts/fullWidthSectionWebPart/loc/en-us.js
Normal file
7
src/webparts/fullWidthSectionWebPart/loc/en-us.js
Normal file
@@ -0,0 +1,7 @@
|
||||
define([], function() {
|
||||
return {
|
||||
"PropertyPaneDescription": "Layout settings",
|
||||
"BasicGroupName": "Spacing",
|
||||
"HorizontalPaddingFieldLabel": "Horizontal padding (left/right, px)"
|
||||
}
|
||||
});
|
||||
10
src/webparts/fullWidthSectionWebPart/loc/mystrings.d.ts
vendored
Normal file
10
src/webparts/fullWidthSectionWebPart/loc/mystrings.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare interface IFullWidthSectionWebPartWebPartStrings {
|
||||
PropertyPaneDescription: string;
|
||||
BasicGroupName: string;
|
||||
HorizontalPaddingFieldLabel: string;
|
||||
}
|
||||
|
||||
declare module 'FullWidthSectionWebPartWebPartStrings' {
|
||||
const strings: IFullWidthSectionWebPartWebPartStrings;
|
||||
export = strings;
|
||||
}
|
||||
Reference in New Issue
Block a user