diff --git a/src/7139f2c8-a70a-46a6-bbe3-4eefe54ca515/item.json b/src/7139f2c8-a70a-46a6-bbe3-4eefe54ca515/item.json new file mode 100644 index 0000000..167ba52 --- /dev/null +++ b/src/7139f2c8-a70a-46a6-bbe3-4eefe54ca515/item.json @@ -0,0 +1,121 @@ +{ + "name": "Subform", + "short_description": "Allows form fields which can have as many options as the user desires.", + "description": "Provides a form with rows of fields that you specify. As many options can be added as desired. Note this form field has a jQuery based javascript file as a dependency.", + "properties": { + "properties0": { + "name": "type", + "example": "subform", + "description": "(mandatory) must be subform." + }, + "properties1": { + "name": "name", + "example": "options", + "adjustable": "1", + "description": "(mandatory) is the unique name of the parameter" + }, + "properties2": { + "name": "label", + "example": "The Option List", + "adjustable": "1", + "translatable": "1", + "description": "(mandatory) (translatable) is the descriptive title of the field." + }, + "properties3": { + "name": "layout", + "example": "joomla.form.field.subform.repeatable-table", + "adjustable": "1", + "description": "(mandatory) The layout for the repeatable table." + }, + "properties4": { + "name": "component", + "example": "", + "adjustable": "1", + "description": "(optional) To change the component where it should search for layout" + }, + "properties5": { + "name": "client", + "example": "", + "adjustable": "1", + "description": "(optional) Function to initialise the application clientFrontend: site or 0Backend: admin or 1" + }, + "properties6": { + "name": "multiple", + "example": "true", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) The rows to be multiple." + }, + "properties7": { + "name": "buttons", + "example": "add,remove,move", + "adjustable": "1", + "description": "(optional) Which buttons to show if multiple mode is true.Options: add,remove,move" + }, + "properties8": { + "name": "fields", + "example": "1,2,3", + "adjustable": "1", + "description": "(mandatory) The fields to add to the modal. All fields must first be created in component builder as a field before you can add them here, since you must use the id of the field. Separate the field ids with commas. Do not add custom fields that are not also used in this component." + }, + "properties9": { + "name": "formsource", + "example": "", + "adjustable": "1", + "description": "(optional) you can add a path to a xml file containing the fields." + }, + "properties10": { + "name": "description", + "example": "", + "adjustable": "1", + "translatable": "1", + "description": "(optional) (translatable) description text for the form field. Displays at the top of the modal with the name as well as in the usual position in the form" + }, + "properties11": { + "name": "default", + "example": "", + "adjustable": "1", + "description": "(optional) The default value for the form field if the field is left empty. Note this has to be a json string compatible with the contents of the form field." + }, + "properties12": { + "name": "icon", + "example": "list", + "adjustable": "1", + "description": "(optional) The icon to show on the select button (is prefixed with \"icon-\")." + }, + "properties13": { + "name": "max", + "example": "50", + "adjustable": "1", + "description": "(optional) The maximum number of rows of fields allowed (by default 999 to be effectively infinite)" + }, + "properties14": { + "name": "min", + "example": "", + "adjustable": "1", + "description": "(optional) The minimum number of rows of fields required" + }, + "properties15": { + "name": "filter", + "example": "", + "adjustable": "1", + "description": "(optional) Use only if you would like to save raw data, since the default is best." + }, + "properties16": { + "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": "7139f2c8-a70a-46a6-bbe3-4eefe54ca515" +} \ No newline at end of file