Added resource config to the PnP Controls sample (#322)
This commit is contained in:
parent
6701d05481
commit
3887accfcb
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue