Create Modal Menu

This commit is contained in:
Llewellyn 2024-08-23 17:25:32 +00:00
parent f404363957
commit 13dd646008

View File

@ -0,0 +1,99 @@
{
"name": "Modal Menu",
"short_description": "Modal Menu",
"description": "",
"properties": {
"properties0": {
"name": "type",
"example": "modal_menu",
"mandatory": "1",
"description": "(mandatory) must be modal_menu."
},
"properties1": {
"name": "name",
"example": "base",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory) is the unique name of the field."
},
"properties2": {
"name": "label",
"example": "Base Item",
"adjustable": "1",
"mandatory": "1",
"translatable": "1",
"description": "(mandatory) (translatable) is the descriptive title of the field."
},
"properties3": {
"name": "option",
"example": "Current",
"adjustable": "1",
"mandatory": "1",
"translatable": "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": "select",
"example": "true",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory) show select options"
},
"properties5": {
"name": "new",
"example": "true",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory)"
},
"properties6": {
"name": "edit",
"example": "true",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory)"
},
"properties7": {
"name": "description",
"example": "Select a menu item to always be used as the base for the menu display. You must set the Start Level to the same level or higher than the level of the base item. This will cause the module to be displayed on all assigned pages. If Current is selected the active item is used as the base. This causes the module to only display when the parent menu item is active.",
"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."
},
"properties8": {
"name": "clear",
"example": "true",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory)"
},
"properties9": {
"name": "disable",
"example": "separator,alias,heading,url",
"adjustable": "1",
"description": "(optional)"
},
"properties10": {
"name": "filter",
"example": "integer",
"adjustable": "1",
"description": "(optional) is a regular expression string which is used to filter the list of image files selected for inclusion in the drop-down list. If omitted, all image files in the directory are included. The filter argument expression is applied before the exclude argument expression. For information on constructing regular expressions see Regular expressions in parameter arguments."
},
"properties11": {
"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\r\n"
}
},
"has_defaults": "0",
"datatype": "",
"datalenght": "",
"datalenght_other": "",
"datadefault": "",
"datadefault_other": "",
"indexes": "0",
"null_switch": "NOT NULL",
"store": "0",
"guid": "715256a4-8cc2-4d66-9d08-31e58ca5b036"
}