OlivierCC / spfx-40-fantastics

This package is a sample kit of Client Side Web Parts built on the SharePoint Framework SPFx. You can find here different kind of high visual web parts as carousel, images galleries, animations, map, editors, etc.
MIT License
411 stars 277 forks source link

There is an error in the config file: #2

Closed mcrego003 closed 7 years ago

mcrego003 commented 7 years ago

Hello,

The line 274 says: "SyntaxHighlighterStrings": "webparts/code/loc/{locale}.js",

But it should be: "SyntaxHighlighterStrings": "webparts/qrCode/loc/{locale}.js",

Great webparts!

Regards

JonasBjerke89 commented 7 years ago

See issue #3 instead. It should be changed from code to syntaxHighlighter - not qrCode.

OlivierCC commented 7 years ago

Thaks a lot for this report. The bug is fixed and will be push in the next commit.