Closed hoamer closed 3 months ago
That looks correct to me, all that should be left is to update whatever component you want that data pulled into and displayed. As this is not an issue I will be closing for now, happy to re-open If it becomes one.
If you need any further help regarding customization the discord is the best place for these types of questions.
Hello together!
I want to extend globals in AgencyOS.
On Directus-site
For that, I added a field in Directus, which extends globals. This is the response for "/items/globals":
On AgencyOS/Nuxt-Side extended the following files
globals.ts
opening_hours: { [key: string]: any } | null;
organization.ts
What am I do I forget?