From 87e36fe2dfaa616cbdb262b3fac9c0757f86b6bd Mon Sep 17 00:00:00 2001 From: Llewellyn Date: Fri, 23 Aug 2024 17:24:40 +0000 Subject: [PATCH] Create Timezone --- .../item.json | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 src/ed8d8cf4-cb05-49cc-95ef-4ef275f539f9/item.json diff --git a/src/ed8d8cf4-cb05-49cc-95ef-4ef275f539f9/item.json b/src/ed8d8cf4-cb05-49cc-95ef-4ef275f539f9/item.json new file mode 100644 index 0000000..aa5aff3 --- /dev/null +++ b/src/ed8d8cf4-cb05-49cc-95ef-4ef275f539f9/item.json @@ -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" +} \ No newline at end of file