#Fetching Favicon URL from Database for Admin UI
11 messages · Page 1 of 1 (latest)
Original message from @elfin inlet - Moved from #general message
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
- Production Deployment - Database - CosmosDB
- Join Field - Using the Join field to have full control of your database schema
- Join Field - Using the Join field to have full control of your database schema - Specifying additional fields on relationships
- Redirects Plugin
- What is Payload? - Use Cases - Enterprise Tool
Hey @elfin inlet,
I imagine this can be done in a number of ways. If I understand you correctly, you want to use a, technically, remote favicon?
If this is the case, then you should upload your favicon to your bucket or storage location then simply grab the url directly to it. That should work for you here.
Beyond just grabbing it manually, I want to be able to change it by creating a favicon field in a global, then calling that field and programmatically returning the (in my case) R2 URL to show it.
I imagine it's possible but not in config
This sounds like something you might need to do with js in a custom component
Which would inject the page with the favicon after a fetch to this global
Assuming you want to do this in the admin, on the frontend it would be probably similar
thanks!