Forum Discussion
keetaya80
Jan 02, 2019Brass Contributor
Warning Banner for SharePoint Online
Hi we would like to have a custom "floating" banner in the sites where it conditionally display a warning message with metadata, when a set of custom metadata changes in the farm. In 2010 it has bee...
Jan 02, 2019
You can implement this in SPO by means of a SharePoint Framework (SPFx) Extension
keetaya80
Jan 02, 2019Brass Contributor
Juan Carlos González Martín - Do you have any sample code or article to re-direct me for reference ? I meant for the scenario/requirement I seek (not in general SPFx extension articles)
- Jan 03, 2019I’ve used this one and it works well. You might be able to tweak it to your needs. https://github.com/SharePoint/sp-dev-fx-extensions/tree/master/samples/jquery-application-toastr
- keetaya80Jan 03, 2019Brass Contributor
Thanks Chris Webb. This is a helpful link.