mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 07:28:43 +01:00
Silence one warning by providing an attribute definition
This commit is contained in:
parent
59471e7e18
commit
aeeb3e9469
@ -55,7 +55,8 @@ var et2_template = et2_DOMWidget.extend(
|
|||||||
},
|
},
|
||||||
"content": {
|
"content": {
|
||||||
"name": "Content index",
|
"name": "Content index",
|
||||||
"default": et2_no_init
|
"default": et2_no_init,
|
||||||
|
"description": "Used for passing in specific content to the template other than what it would get by ID."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user