Create Usergrouplist

This commit is contained in:
Llewellyn 2024-08-23 17:24:48 +00:00
parent ef2fa27ec0
commit 059e716f0c

View File

@ -0,0 +1,87 @@
{
"name": "Usergrouplist",
"short_description": "provides a drop down list of user groups.",
"description": "The usergroup form field type provides a modal select box of user groups.",
"properties": {
"properties0": {
"name": "type",
"example": "usergrouplist",
"mandatory": "1",
"description": "(mandatory) must be usergrouplist."
},
"properties1": {
"name": "name",
"example": "usergroup",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory) is the unique name of the field. This must match the name of the query results column that contains the values that will be shown to the user in the drop-down list, unless a different name is specified in the value_field attribute."
},
"properties2": {
"name": "label",
"example": "Group",
"adjustable": "1",
"mandatory": "1",
"translatable": "1",
"description": "(mandatory) (translatable) is the descriptive title of the field."
},
"properties3": {
"name": "description",
"example": "Select a group",
"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."
},
"properties4": {
"name": "class",
"example": "",
"adjustable": "1",
"description": "(optional) is a CSS class name for the HTML form field."
},
"properties5": {
"name": "layout",
"example": "joomla.form.field.list-fancy-select",
"adjustable": "1",
"description": "(optional) (translatable) is the layout, for example joomla.form.field.list-fancy-select."
},
"properties6": {
"name": "size",
"example": "",
"adjustable": "1",
"description": "(optional) is the width of the text box in characters. If omitted the width is determined by the browser. The value of size does not limit the number of characters that may be entered."
},
"properties7": {
"name": "required",
"example": "",
"adjustable": "1",
"description": "(optional) is the field required true if yes."
},
"properties8": {
"name": "checksuperusergroup",
"example": "1",
"adjustable": "1",
"description": "(optional) is boolean to omit Super User groups. Values 1 or 0."
},
"properties9": {
"name": "multiple",
"example": "",
"adjustable": "1",
"description": "(optional) If set to multiple then allows more than one usergroup to be selected."
},
"properties10": {
"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": "e2f31181-fbb3-4c3a-859d-72b6b0cff308"
}