diff --git a/src/ac10859b-58da-4584-9682-36a6c2c8d04d/item.json b/src/ac10859b-58da-4584-9682-36a6c2c8d04d/item.json new file mode 100644 index 0000000..ea35b57 --- /dev/null +++ b/src/ac10859b-58da-4584-9682-36a6c2c8d04d/item.json @@ -0,0 +1,75 @@ +{ + "name": "Checkboxes", + "short_description": "provides unlimited checkboxes that can be used for multi-select.", + "description": "The checkboxes form field type provides a set of checkboxes. Note: unlike most standard form field types, such as textfield or checkbox, this field is not an \"out of the box\" solution. It will create checkboxes for you, and submit their values in form of ", + "properties": { + "properties0": { + "name": "type", + "example": "checkboxes", + "mandatory": "1", + "description": "(mandatory) must be checkboxs" + }, + "properties1": { + "name": "name", + "example": "toppings", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) is the unique name of the parameter." + }, + "properties2": { + "name": "label", + "example": "Select Toppings", + "adjustable": "1", + "translatable": "1", + "description": "(optional) (translatable) is the descriptive title of the field." + }, + "properties3": { + "name": "option", + "example": "anch|Anchovies,chor|Chorizo,on|Onions,mush|Mushrooms", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) set the options of this radio. Separate options with commas and use the pipe symbol to separate value from text." + }, + "properties4": { + "name": "default", + "example": "", + "adjustable": "1", + "description": "(optional) is the default value." + }, + "properties5": { + "name": "description", + "example": "Select the topping of your choice", + "adjustable": "1", + "translatable": "1", + "description": "(optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the label." + }, + "properties6": { + "name": "required", + "example": "", + "adjustable": "1", + "description": "(optional) The field must be filled before submitting the form." + }, + "properties7": { + "name": "class", + "example": "", + "adjustable": "1", + "description": "(optional) is a CSS class name for the HTML form field. If omitted this will default to 'inputbox'." + }, + "properties8": { + "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": "TEXT", + "datalenght": "", + "datalenght_other": "", + "datadefault": "", + "datadefault_other": "", + "indexes": "0", + "null_switch": "NOT NULL", + "store": "0", + "guid": "ac10859b-58da-4584-9682-36a6c2c8d04d" +} \ No newline at end of file