КI have metadata.json
on my server.
{
"type": "list",
"columns": 2,
"buttons": [
"jobs",
"agencies",
"career_guide",
"livelihood_guide"
]
}
It is sort of self construction navigation. The buttons
property is actually a folders which contain the same file with other description.
The problem is when I Ctrl+F5 or Command+R (hard refresh) in the browser, those buttons listed in correct order. But when I click button then back, I mean start navigating the order is changed until I refresh the page again.
How I can make sure the order is the same? I need the order exactly like it is entered in json
file.