Problem with fields.ini works only for __global__

Hi,
I'm new to xataface and am testing it out for an existing database. I’ve been having an issue with the fields.ini file. Essentially the symptom is this: it will work for [__global__] but not for any of my data columns. Here’s what I mean:
If my fields.ini file contains __global__ it works as indicated here:
[__global__]
display="block"
All the fields are displayed in block format with the name above the edit box.
--
But if my fields.ini file contains the following code, it acts like I never specified anything at all:
[AttributeId]
display="block"
All the fields ate displayed in the default format with the name to the left of the edit box, including AttributeId.
--
Note that I’ve tried this for more than just display=“block” and had the same result. I’ve checked the spelling and case. I even copied and pasted it from the edit details page just to be sure. I’ve tried it for different tables and different fields in each table and the same thing happens. Does anyone know what might be causing a symptom like this?
----
I'm new to xataface and am testing it out for an existing database. I’ve been having an issue with the fields.ini file. Essentially the symptom is this: it will work for [__global__] but not for any of my data columns. Here’s what I mean:
If my fields.ini file contains __global__ it works as indicated here:
[__global__]
display="block"
All the fields are displayed in block format with the name above the edit box.
--
But if my fields.ini file contains the following code, it acts like I never specified anything at all:
[AttributeId]
display="block"
All the fields ate displayed in the default format with the name to the left of the edit box, including AttributeId.
--
Note that I’ve tried this for more than just display=“block” and had the same result. I’ve checked the spelling and case. I even copied and pasted it from the edit details page just to be sure. I’ve tried it for different tables and different fields in each table and the same thing happens. Does anyone know what might be causing a symptom like this?
----