From 2445267924d21d467fbac39f64f8b9d2324a3e2f Mon Sep 17 00:00:00 2001 From: Llewellyn Date: Fri, 23 Aug 2024 17:23:41 +0000 Subject: [PATCH] Create Color --- .../item.json | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/7f60f198-53e7-4fe9-813f-d1b6c553680e/item.json diff --git a/src/7f60f198-53e7-4fe9-813f-d1b6c553680e/item.json b/src/7f60f198-53e7-4fe9-813f-d1b6c553680e/item.json new file mode 100644 index 0000000..dd5933b --- /dev/null +++ b/src/7f60f198-53e7-4fe9-813f-d1b6c553680e/item.json @@ -0,0 +1,63 @@ +{ + "name": "Color", + "short_description": "provides a color picker when clicking the input box.", + "description": "Provides a color picker. Enter the color as #ff00ff or pick it from the palet.", + "properties": { + "properties0": { + "name": "type", + "example": "color", + "mandatory": "1", + "description": "(mandatory) must be color." + }, + "properties1": { + "name": "name", + "example": "backgroundcolor", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) is the unique name of the parameter." + }, + "properties2": { + "name": "default", + "example": "#FFFFFF", + "adjustable": "1", + "description": "(optional) provides a color when not set." + }, + "properties3": { + "name": "label", + "example": "Background", + "adjustable": "1", + "mandatory": "1", + "translatable": "1", + "description": "(mandatory) (translatable) is the descriptive title of the field." + }, + "properties4": { + "name": "description", + "example": "Select the background color here.", + "adjustable": "1", + "translatable": "1", + "description": "(optional) (translatable) tooltip for the form field." + }, + "properties5": { + "name": "required", + "example": "", + "adjustable": "1", + "description": "(optional) The field must be filled before submitting the form." + }, + "properties6": { + "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": "1", + "datatype": "VARCHAR", + "datalenght": "10", + "datalenght_other": "", + "datadefault": "", + "datadefault_other": "", + "indexes": "0", + "null_switch": "NOT NULL", + "store": "0", + "guid": "7f60f198-53e7-4fe9-813f-d1b6c553680e" +} \ No newline at end of file