This is my fields.ini
- Code: Select all
[standard]
widget:type = radio
vocabulary = YesNo
This is my valuelist.ini
- Code: Select all
[YesNo]
1 = Y
0 = N
That changes the standard field to a radio button but it is not populating it with Y and N.
I have tried changing a few other things around like adding
widget:label = "Default"
And it sometimes updates and sometimes doesn't as if it is getting stuck in cache sometimes.
Am I doing something wrong? Do I need to clear any server cache after making updates?
I am clearing browser cache every time. And the server has APC. I am adding &refresh-apc=1 to the end of the url so APC should be refreshed every time as well.
Thanks.