Get-PnPSiteTemplate -Handlers Lists: Include Title field? #630
Answered
by
ramonahyde
ramonahyde
asked this question in
Q&A
-
Hello, it's me again. Is there a way to include the default Title field from lists? I want to duplicate a list where the Title field has some properties but as I can see in the generated file it's missing... Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
ramonahyde
Apr 28, 2021
Replies: 1 comment
-
I came across this article. Big up to him btw (as we can't comment it unfortunately). The solution is to add this field with this specific ID: <Field ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Type="Text" Name="Title" StaticName="Title" /> Then you can add your own properties. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ramonahyde
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I came across this article. Big up to him btw (as we can't comment it unfortunately).
The solution is to add this field with this specific ID:
Then you can add your own properties.