-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem.json
More file actions
63 lines (63 loc) · 2.66 KB
/
item.json
File metadata and controls
63 lines (63 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Modulelayout",
"store": 0,
"null_switch": "NOT NULL",
"indexes": "0",
"datadefault_other": "",
"datadefault": "",
"short_description": "Dropdown of module layouts.",
"datatype": "",
"has_defaults": 0,
"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."
}
},
"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.",
"datalenght": "",
"datalenght_other": "",
"guid": "7520c8f4-543d-4c7a-8e4f-e2da71c3b1cd"
}