I created a number of customized person profile fields, together with Full Title (a plain textual content area) and County (a Record (textual content) area). They’re displayed on the /person/#/edit
kind. I wish to show these fields (and several other others) in a special kind I’m producing through customized module code.
Query: Is it attainable to extract the definition of a area, together with its label, default worth, and, within the case of County, the listing of allowed values?
I think about a area is an entity of some form that may be extracted, however after a lot studying, I have never seen how. I am probably simply not utilizing the fitting terminology.
I may simply hard-code replicas of those fields within the PHP+HTML kind, however I wish to keep the label, default worth, listing of allowable values, and so forth. for them in only one place–as a part of the person profile. Thus, I wish to extract their definitions and output them into the shape I construct.