Is there a way to add a color to a MultiChoice field type via Add-PnPField #857
Unanswered
JordanMurrayFedSav
asked this question in
Ideas
Replies: 1 comment
-
Have you looked at pnp/PnP-PowerShell#2241 I think you can also use the "customFormatter" property for fields in the same way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wondering if there is currently a way to assign a color to a choice for choice or multichoice field types using Add-PnPField. I didn't see anything in the documentation but with the capability in SharePoint I was hoping I'd be able to assign colors to it by doing something like
Add-PnPField -List Progress_List -DisplayName "Tasks" -InternalName "Progress" -Type MultiChoice -AddToDefaultView -Choices "Started | Yellow", "Need Help | Red", "Awaiting Review | Blue", "Done | Green".
Maybe not exactly like that but to give an idea.
Beta Was this translation helpful? Give feedback.
All reactions