Added resource config to the PnP Controls sample (#322)

This commit is contained in:
Elio Struyf 2017-10-09 10:43:59 +02:00 committed by Vesa Juvonen
parent 6701d05481
commit 3887accfcb
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
}, },
"externals": {}, "externals": {},
"localizedResources": { "localizedResources": {
"PnPControlsWebPartStrings": "lib/webparts/pnpControls/loc/{locale}.js" "PnPControlsWebPartStrings": "lib/webparts/pnpControls/loc/{locale}.js",
"PropertyControlStrings": "./node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js",
"ControlStrings": "./node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
} }
} }