Forum Discussion
Chivleng Tony Lim
Mar 08, 2018Copper Contributor
Sharepoint extension spfx modern header height - custom property per site
I have the spfx extension create a header and it is deployed per site. How do I add a property where each site can set a custom height? Should that be set in term store ? How can I create site spec...
paulpascha
Mar 08, 2018Bronze Contributor
There might be other (cleaner) ways to consider, but the general approach described in the sample to store these kind of settings in the site's property bag makes sense to me.
Chivleng Tony Lim
Mar 08, 2018Copper Contributor
I see, thanks.