From fc9da20438a4203c04a30f72ab3220dec8bb5a90 Mon Sep 17 00:00:00 2001 From: Llewellyn Date: Fri, 23 Aug 2024 17:25:18 +0000 Subject: [PATCH] Create Modulelayout --- .../item.json | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/7520c8f4-543d-4c7a-8e4f-e2da71c3b1cd/item.json diff --git a/src/7520c8f4-543d-4c7a-8e4f-e2da71c3b1cd/item.json b/src/7520c8f4-543d-4c7a-8e4f-e2da71c3b1cd/item.json new file mode 100644 index 0000000..2ec8d5d --- /dev/null +++ b/src/7520c8f4-543d-4c7a-8e4f-e2da71c3b1cd/item.json @@ -0,0 +1,63 @@ +{ + "name": "Modulelayout", + "short_description": "modulelayout", + "description": "The modulelayout form field type provides a drop down list of all available layouts for a module, grouped by core and template. If the parameter 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": "modulelayout", + "mandatory": "1", + "description": "(mandatory) must be modulelayout." + }, + "properties1": { + "name": "name", + "example": "layout", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) is the unique name of the parameter." + }, + "properties2": { + "name": "label", + "example": "Layout", + "adjustable": "1", + "mandatory": "1", + "translatable": "1", + "description": "(mandatory) (translatable) is the descriptive title of the field." + }, + "properties3": { + "name": "description", + "example": "Module layout", + "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." + }, + "properties4": { + "name": "module", + "example": "", + "adjustable": "1", + "description": "(optional) is a specific module name (e.g. mod_articles_category)." + }, + "properties5": { + "name": "client_id", + "example": "", + "adjustable": "1", + "description": "(optional). If 0 (site): Forces searching for layouts only in directories \/modules\/[MODULENAME]\/tmpl\/ and all \/templates\/[TEMPLATENAME]\/html\/[MODULENAME]\/. If 1 (administrator): Forces searching for layouts only in directories \/administrator\/modules\/[MODULENAME]\/tmpl\/ and all \/administrator\/templates\/[TEMPLATENAME]\/html\/[MODULENAME]\/.\r\n" + }, + "properties6": { + "name": "template", + "example": "", + "adjustable": "1", + "description": "(optional) is a template name (e.g. protostar or isis). If set forces searching for module template overrides only in this template." + } + }, + "has_defaults": "0", + "datatype": "", + "datalenght": "", + "datalenght_other": "", + "datadefault": "", + "datadefault_other": "", + "indexes": "0", + "null_switch": "NOT NULL", + "store": "0", + "guid": "7520c8f4-543d-4c7a-8e4f-e2da71c3b1cd" +} \ No newline at end of file