Create Timezone

This commit is contained in:
Llewellyn 2024-08-23 17:24:40 +00:00
parent f00229b2f8
commit 87e36fe2df

View File

@ -0,0 +1,57 @@
{
"name": "Timezone",
"short_description": "provides a drop down list of time zones.",
"description": "The timezones form field type provides a drop down list of time zones. If the field has a value saved, this value is displayed when the page is first loaded. If not, the default value (if any) is selected.",
"properties": {
"properties0": {
"name": "type",
"example": "timezone",
"mandatory": "1",
"description": "(mandatory) must be timezone."
},
"properties1": {
"name": "name",
"example": "timezone",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory) is the unique name of the field."
},
"properties2": {
"name": "label",
"example": "Timezone",
"adjustable": "1",
"mandatory": "1",
"translatable": "1",
"description": "(mandatory) (translatable) is the descriptive title of the field."
},
"properties3": {
"name": "default",
"example": "",
"adjustable": "1",
"description": "(optional) is the default time zone. For example, use '-10' for '(UTC -10:00) Hawaii'."
},
"properties4": {
"name": "description",
"example": "",
"adjustable": "1",
"translatable": "1",
"description": "(optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box."
},
"properties5": {
"name": "showon",
"example": "",
"adjustable": "1",
"description": "(optional) show this field on the bases of the value in another field. https:\/\/joomla.stackexchange.com\/a\/17682\/2166"
}
},
"has_defaults": "0",
"datatype": "",
"datalenght": "",
"datalenght_other": "",
"datadefault": "",
"datadefault_other": "",
"indexes": "0",
"null_switch": "NOT NULL",
"store": "0",
"guid": "ed8d8cf4-cb05-49cc-95ef-4ef275f539f9"
}