add: Calendar events from 7.4-prebranch
- Attachments - Setting view permissions
This commit is contained in:
parent
07a40788bb
commit
b519375126
6 changed files with 266 additions and 48 deletions
|
|
@ -33,6 +33,12 @@ our $HELP = {
|
|||
'name' => 'formDescription',
|
||||
},
|
||||
{
|
||||
'name' => 'formGroupToView',
|
||||
},
|
||||
{
|
||||
'name' => 'formAttachements',
|
||||
},
|
||||
{
|
||||
'name' => 'formStartDate',
|
||||
},
|
||||
{
|
||||
|
|
@ -89,9 +95,9 @@ our $HELP = {
|
|||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'canEdit',
|
||||
},
|
||||
{
|
||||
'name' => 'canEdit',
|
||||
},
|
||||
{
|
||||
'name' => 'isPublic',
|
||||
},
|
||||
{
|
||||
|
|
@ -227,12 +233,40 @@ our $HELP = {
|
|||
'name' => 'urlSearch',
|
||||
},
|
||||
{
|
||||
'name' => 'relatedLinks',
|
||||
variables => [
|
||||
'name' => 'image.url'
|
||||
},
|
||||
{
|
||||
'name' => 'linkUrl',
|
||||
'name' => 'image.thumbnail'
|
||||
},
|
||||
],
|
||||
{
|
||||
'name' => 'attachment.url'
|
||||
},
|
||||
{
|
||||
'name' => 'attachment.icon'
|
||||
},
|
||||
{
|
||||
'name' => 'attachment.name'
|
||||
},
|
||||
{
|
||||
'name' => 'attachment_loop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'url'
|
||||
'description' => 'attachment_url'
|
||||
},
|
||||
{
|
||||
'name' => 'icon'
|
||||
},
|
||||
{
|
||||
'name' => 'filename'
|
||||
},
|
||||
{
|
||||
'name' => 'thumbnail'
|
||||
},
|
||||
{
|
||||
'name' => 'isImage'
|
||||
}
|
||||
]
|
||||
},
|
||||
],
|
||||
related => [
|
||||
|
|
@ -320,3 +354,4 @@ our $HELP = {
|
|||
};
|
||||
|
||||
1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue