Janne Holm
Janne Holm
### Category - [x] Enhancement - [ ] Bug - [ ] Question - [ ] Documentation gap/issue ### Enhancement I would like to have native translation functionality on PnPjs....
I need CORS support in my projects, thus I've been trying to enable CORS through the handler API. But so far I've been unable to get it working. It seems...
I noticed that systemjs serve throws an error after a file has been changed. TypeError: Object.values is not a function It seems that the support for this ES2017 functionality is...
Using site columns in list instances. My use case uses translated column names in multiple languages. Currently having to use translated fieldnames in DisplayName attribute in the FieldRef tag inside...
I hope I added this to the correct place, as I see this is more of a request to extend the schema. **Use case:** Adding site columns to Site Pages...
I was able to get the extension somehow working in Firefox with a few changes https://github.com/pnp/sp-editor/blob/8e2b147cc4c8242c9d24150a67539862f8cb90e9/public/chrome/event.js#L1 That needs to changed to ``` chrome.devtools.panels.create("SharePoint", "", "index.html"); ``` The bigger refactor was...
If you are developing against SharePoint API outside of browser context, you need to create an application registration with a self signed certificate and add application permissions via Entra Admin...
This pull request contains the following changes * Adds crossenv to support development in Windows * Moved @types dependencies to devDependencies * Added dependencies that are used, but not mentioned...
I'm currently not sure if I'm using **Approve-DotenvDir** and **Approve-DotenvFile** correctly as it seems that the approvals are not persisted between terminal sessions. I suppose this should work 1. Open...