From c669686dc4894116b12dd6f59fee891510c5bdcc Mon Sep 17 00:00:00 2001 From: Llewellyn Date: Fri, 23 Aug 2024 17:24:28 +0000 Subject: [PATCH] Create Tag --- .../item.json | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 src/48cba89e-8fcb-481e-a7d3-2e41773e452d/item.json diff --git a/src/48cba89e-8fcb-481e-a7d3-2e41773e452d/item.json b/src/48cba89e-8fcb-481e-a7d3-2e41773e452d/item.json new file mode 100644 index 0000000..78b4a52 --- /dev/null +++ b/src/48cba89e-8fcb-481e-a7d3-2e41773e452d/item.json @@ -0,0 +1,94 @@ +{ + "name": "Tag", + "short_description": "provides an entry point for tags (either AJAX or Nested).", + "description": "The Tag field type provides a point where you can enter tags - this is either AJAX or nested.", + "properties": { + "properties0": { + "name": "type", + "example": "tag", + "mandatory": "1", + "description": "(mandatory) must be tag." + }, + "properties1": { + "name": "name", + "example": "tags", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) is the unique name of the parameter." + }, + "properties2": { + "name": "mode", + "example": "ajax", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) is the way the tags will be loaded, the options are ( ajax or nested )" + }, + "properties3": { + "name": "label", + "example": "Tags", + "adjustable": "1", + "mandatory": "1", + "translatable": "1", + "description": "(mandatory) (translatable) is the descriptive title of the field." + }, + "properties4": { + "name": "description", + "example": "Assign tags to ###VIEW### items. Tag names must be unique.", + "adjustable": "1", + "translatable": "1", + "description": "(optional) (translatable) is the description of the field." + }, + "properties5": { + "name": "id", + "example": "", + "adjustable": "1", + "description": "(optional) is the id to add to the field. Note if none is set this will be the name of the field." + }, + "properties6": { + "name": "class", + "example": "inputbox small", + "adjustable": "1", + "description": "(optional) is the class to add to the field." + }, + "properties7": { + "name": "published", + "example": "", + "adjustable": "1", + "description": "(optional) determines if non published tags should be allowed." + }, + "properties8": { + "name": "language", + "example": "", + "adjustable": "1", + "description": "(optional) is language to filter the existing tags by." + }, + "properties9": { + "name": "multiple", + "example": "true", + "adjustable": "1", + "description": "(optional) is the ability to add more than 1 tag to the form field." + }, + "properties10": { + "name": "custom", + "example": "", + "adjustable": "1", + "description": "(optional) if the ajax mode is chosen setting this to [deny] will prevent users from adding in new tags." + }, + "properties11": { + "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": "48cba89e-8fcb-481e-a7d3-2e41773e452d" +} \ No newline at end of file