mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
137526e5d4
* Initial commit * Create LICENSE * readme updated * Major extensions (more web part properties, field ordering, adding, refactoring list form rendering...) * Updated to newest version of packages / support display field User & Lookup * Refactored rendering of SPFormField / support more field types / Check fro local environment and notify user / Added ConfigureWebPart / Introduced showSupportedFields option * Removed unused imports * Use of resource strings for localization / ListForm component now not relying on web part context (just spHttpClient) / added comments / fixed bug where old values were still shown after switching to other form type or item / Moved date picer strings to localized resources * Fixed bug where fields would not clear when switching formtype or id * Updated Readme and added overview clip gif
75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
// Configure glob patterns for excluding files and folders in the file explorer.
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"**/bower_components": true,
|
|
"**/coverage": true,
|
|
"**/lib-amd": true,
|
|
"src/**/*.scss.ts": true
|
|
},
|
|
"typescript.tsdk": ".\\node_modules\\typescript\\lib",
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"/config/config.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/sp-build-core-tasks/lib/configJson/schemas/config-v1.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/config/copy-assets.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/sp-build-core-tasks/lib/copyAssets/copy-assets.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/config/deploy-azure-storage.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/sp-build-core-tasks/lib/deployAzureStorage/deploy-azure-storage.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/config/package-solution.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/sp-build-core-tasks/lib/packageSolution/package-solution.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/config/serve.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/gulp-core-build-serve/lib/serve.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/config/tslint.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/gulp-core-build-typescript/lib/schemas/tslint.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/config/write-manifests.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/sp-build-core-tasks/lib/writeManifests/write-manifests.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/config/configure-webpack.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/sp-build-core-tasks/lib/configureWebpack/configure-webpack.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/config/configure-external-bundling-webpack.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/sp-build-core-tasks/lib/configureWebpack/configure-webpack-external-bundling.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"/copy-static-assets.json"
|
|
],
|
|
"url": "./node_modules/@microsoft/sp-build-core-tasks/lib/copyStaticAssets/copy-static-assets.schema.json"
|
|
}
|
|
]
|
|
} |