From 67045fc9c5477d42c49135c1ff32c0faa58e7f40 Mon Sep 17 00:00:00 2001 From: Llewellyn Date: Fri, 23 Aug 2024 17:25:35 +0000 Subject: [PATCH] Create Menu --- .../item.json | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src/6349f152-8ef5-43bd-a89b-ce18f33ac5e5/item.json diff --git a/src/6349f152-8ef5-43bd-a89b-ce18f33ac5e5/item.json b/src/6349f152-8ef5-43bd-a89b-ce18f33ac5e5/item.json new file mode 100644 index 0000000..3608476 --- /dev/null +++ b/src/6349f152-8ef5-43bd-a89b-ce18f33ac5e5/item.json @@ -0,0 +1,69 @@ +{ + "name": "Menu", + "short_description": "Menu Type", + "description": "The menu form field type provides a drop down list of the available menus from your Joomla! site. If the field has a saved value this is selected when the page is first loaded. If not, the default value (if any) is selected. ", + "properties": { + "properties0": { + "name": "type", + "example": "menu", + "mandatory": "1", + "description": "(mandatory) must be menu." + }, + "properties1": { + "name": "name", + "example": "menutype", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) is the unique name of the filed." + }, + "properties2": { + "name": "label", + "example": "Menu to Show", + "adjustable": "1", + "mandatory": "1", + "translatable": "1", + "description": "(mandatory) (translatable) is the descriptive title of the field." + }, + "properties3": { + "name": "description", + "example": "Choose which menu should be rendered with this instance of module.", + "adjustable": "1", + "translatable": "1", + "description": "(optional) (translatable) tooltip for the form field." + }, + "properties4": { + "name": "clientid", + "example": "0", + "adjustable": "1", + "description": "" + }, + "properties5": { + "name": "default", + "example": "", + "adjustable": "1", + "description": "(optional) is the default menu. Note that this is the name of the menu shown in the Type column on the Menu Manager screen and not the menu ID number." + }, + "properties6": { + "name": "showon", + "example": "", + "adjustable": "1", + "description": "(optional) Allows you to hide the field based on the value(s) of another field; for Joomla 3.2.4+ https:\/\/joomla.stackexchange.com\/a\/17682\/2166" + }, + "properties7": { + "name": "onchange", + "example": "", + "adjustable": "1", + "description": "(optional) HTML equivalent attribute (javascript use)" + } + }, + "has_defaults": "0", + "datatype": "", + "datalenght": "", + "datalenght_other": "", + "datadefault": "", + "datadefault_other": "", + "indexes": "0", + "null_switch": "NOT NULL", + "store": "0", + "guid": "6349f152-8ef5-43bd-a89b-ce18f33ac5e5" +} \ No newline at end of file