Create Tag

This commit is contained in:
Llewellyn 2024-08-23 17:24:28 +00:00
parent fda005fc4a
commit c669686dc4

View File

@ -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"
}