Actualiza el plugin Additionals a 3.0.2-master
This commit is contained in:
parent
3b6a41320c
commit
cfa0d58b18
164 changed files with 2027 additions and 58190 deletions
|
@ -41,9 +41,13 @@ class DashboardContent
|
|||
with_project: true
|
||||
},
|
||||
max_occurs: DashboardContent::MAX_MULTIPLE_OCCURS },
|
||||
'text' => { label: l(:label_text),
|
||||
'text' => { label: l(:label_text_sync),
|
||||
max_occurs: MAX_MULTIPLE_OCCURS,
|
||||
partial: 'dashboards/blocks/text' },
|
||||
'text_async' => { label: l(:label_text_async),
|
||||
max_occurs: MAX_MULTIPLE_OCCURS,
|
||||
async: { required_settings: %i[text],
|
||||
partial: 'dashboards/blocks/text_async' } },
|
||||
'news' => { label: l(:label_news_latest),
|
||||
permission: :view_news },
|
||||
'documents' => { label: l(:label_document_plural),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue