Fred: Global Dropzones

I want to have an alert bar at the top of all pages so when I drop content into that particular dropzone, it appears on every page. Is that possible and if so how do I make an element global?

I’m not sure that can be done with Fred. I would use a ClientConfig setting for that. Or a TV on the home page that gets checked by a snippet if ClientConfig isn’t an option for some reason.

Thank you. I ended up dong something similar. I created a container called Alerts and have several stock alerts as Resources within that container, and I can always add additional pages for the unusual alert. Then in each template at the top of the page I use getResources to see if any alerts are published and if so display them in the proper formatting.