composer update
This commit is contained in:
parent
f6abc3dce2
commit
71dfaca858
1753 changed files with 45274 additions and 14619 deletions
|
@ -1,9 +1,6 @@
|
|||
'access webform overview':
|
||||
title: 'Access the webform overview page'
|
||||
description: 'Get an overview of all webforms.'
|
||||
'access webform submission log':
|
||||
title: 'Access the webform submission log'
|
||||
description: 'Allows viewing of <em>all</em> submission events, if the user can access a webform''s results.'
|
||||
'access webform submission user':
|
||||
title: 'Access the webform user submission page'
|
||||
description: 'Allows a user to view their submissions via ''Submissions'' tab on their profile page.'
|
||||
|
@ -21,6 +18,11 @@
|
|||
title: 'Administer webform element access'
|
||||
description: 'Restrict webform element access to certain roles and users.'
|
||||
|
||||
'edit webform source':
|
||||
title: 'Edit webform source code'
|
||||
description: 'Editing webform source code allows users alter and possibly break a webform''s render array.'
|
||||
restrict access: true
|
||||
|
||||
'edit webform twig':
|
||||
title: 'Edit webform Twig templates'
|
||||
description: 'Editing inline Twig template allows users access any data exposed by Twig functions.'
|
||||
|
|
Reference in a new issue