-
I am trying to add a News WebPart to a page but I cannot seem to get the options correct to hide the Author and Date. I cannot seem to get the showNewsMetadata correct, here is the code I am using:
I also tried...
Thougths? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well here is the answer, it took a few days. The structure was partially off (thank you ?maintenancemode=true). To make this work there must also be a line in there for dataVersion. If left out then anything values showNewsMetadata is ignored. Also, you cannot use quoted "false" or "true" it must be $false or $true.
@erwinvanhunen - Is there somewhere this is documented? One of my frustrations with SPO is not being able to find methods and properties of classes. Cheers |
Beta Was this translation helpful? Give feedback.
Well here is the answer, it took a few days. The structure was partially off (thank you ?maintenancemode=true). To make this work there must also be a line in there for dataVersion. If left out then anything values showNewsMetadata is ignored.
Also, you cannot use quoted "false" or "true" it must be $false or $true.