diff --git a/samples/pnp-controls/config/config.json b/samples/pnp-controls/config/config.json index 60fd971aa..fd8e06f7a 100644 --- a/samples/pnp-controls/config/config.json +++ b/samples/pnp-controls/config/config.json @@ -10,6 +10,8 @@ }, "externals": {}, "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" } }