Create Menu
This commit is contained in:
parent
5f70fbeba7
commit
67045fc9c5
69
src/6349f152-8ef5-43bd-a89b-ce18f33ac5e5/item.json
Normal file
69
src/6349f152-8ef5-43bd-a89b-ce18f33ac5e5/item.json
Normal file
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user