You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm getting stuck in creating some custom colums for the "Site Pages" library - to deploy some colums automatically.
I can create collumns by pnp like this:
But I cant select the column "Redakteur" in the Webpart "Highlighted Content":
In the webpart only from hand created properties show up. Am i wrong here somehow?
If I compare the ouput of both fields from: Get-PnPField -List $SitePagesList -Identity "XXXXXXX-be4a-429b-9b2a-6207e7f85535" | fl *
I dont see a big difference. I've aswell tried creating the field and setting the difference options like UserSelectionMode. But this didn't make a difference.
Does anybody out there has an idea what is wrog here?
Or otherwise how I can deploy some custom colums for the existing site pages library?
I've tried this aswell with the command below, but this creates me a new Page Library with the same name instead of updating the "original" one. Seems a bug in PNP Powershell ?
This discussion was converted from issue #2847 on February 26, 2023 11:05.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
i'm getting stuck in creating some custom colums for the "Site Pages" library - to deploy some colums automatically.
I can create collumns by pnp like this:
They show up correctly under site pages:
But I cant select the column "Redakteur" in the Webpart "Highlighted Content":
In the webpart only from hand created properties show up. Am i wrong here somehow?
If I compare the ouput of both fields from:
Get-PnPField -List $SitePagesList -Identity "XXXXXXX-be4a-429b-9b2a-6207e7f85535" | fl *
I dont see a big difference. I've aswell tried creating the field and setting the difference options like UserSelectionMode. But this didn't make a difference.
Does anybody out there has an idea what is wrog here?
Or otherwise how I can deploy some custom colums for the existing site pages library?
I've tried this aswell with the command below, but this creates me a new Page Library with the same name instead of updating the "original" one. Seems a bug in PNP Powershell ?
Kind regards,
Constantin
Beta Was this translation helpful? Give feedback.
All reactions