Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -1,32 +1,80 @@
|
|||
'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.'
|
||||
|
||||
'administer webform':
|
||||
title: 'Administer webforms'
|
||||
description: 'Allows administration of global YAML configuration and options. <em>Warning: Give to trusted roles only; this permission has security implications.</em>'
|
||||
description: 'Allows administration of global YAML configuration and options.'
|
||||
restrict access: true
|
||||
'administer webform submission':
|
||||
title: 'Administer webform submissions'
|
||||
description: 'Allows accessing, updating, and deleting <em>all</em> webform submissions.'
|
||||
restrict access: true
|
||||
warning: 'Warning: Give to trusted roles only; this permission has security implications. Note: To allow users to administer an individual webform''s submissions, please go to the webform''s ''Access'' tab.'
|
||||
'administer webform element access':
|
||||
title: 'Administer webform element access'
|
||||
description: 'Restrict webform element access use to certain roles and users.'
|
||||
'view any webform submission':
|
||||
title: 'View any webform submissions'
|
||||
description: 'Allows viewing <em>all</em> webforms and submissions.'
|
||||
description: 'Restrict webform element access to certain roles and users.'
|
||||
|
||||
'edit webform twig':
|
||||
title: 'Edit webform Twig templates'
|
||||
description: 'Editing inline Twig template allows users access any data exposed by Twig functions.'
|
||||
restrict access: true
|
||||
|
||||
'edit webform assets':
|
||||
title: 'Edit CSS/JS webform assets'
|
||||
description: 'Allows administrators to attach custom CSS and JavaScript to a webform.'
|
||||
restrict access: true
|
||||
|
||||
'create webform':
|
||||
title: 'Create webforms'
|
||||
'edit any webform':
|
||||
title: 'Edit any webform'
|
||||
description: 'Allows managing any webform and its results. <em>Warning: Give to trusted roles only; this permission has security implications.</em>'
|
||||
description: 'Allows managing any webform and its results.'
|
||||
restrict access: true
|
||||
'edit own webform':
|
||||
title: 'Edit own webform'
|
||||
description: 'Allows managing of webform created by the user and its results. <em>Warning: Give to trusted roles only; this permission has security implications.</em>'
|
||||
description: 'Allows managing of webform created by the user and its results.'
|
||||
'delete any webform':
|
||||
title: 'Delete any webform'
|
||||
restrict access: true
|
||||
'delete own webform':
|
||||
title: 'Delete own webform'
|
||||
'delete own webform':
|
||||
title: 'Delete own webform'
|
||||
'edit webform assets':
|
||||
title: 'Edit CSS/JS webform assets'
|
||||
description: 'Allows administrators to attach custom CSS and JavaScript to a webform.'
|
||||
|
||||
'access own webform configuration':
|
||||
title: 'Access own webform configuration'
|
||||
description: 'Allows users and applications to access a webform''s configuration created by the user.'
|
||||
restrict access: true
|
||||
warning: 'Warning: Give to trusted roles only; this permission has security implications. Note: A webform''s configuration includes all settings and handlers which can contain sensitive information.'
|
||||
'access any webform configuration':
|
||||
title: 'Access any webform configuration'
|
||||
description: 'Allows users and applications to access any webform''s configuration.'
|
||||
restrict access: true
|
||||
warning: 'Warning: Give to trusted roles only; this permission has security implications. Note: A webform''s configuration includes all settings and handlers which can contain sensitive information.'
|
||||
|
||||
'view any webform submission':
|
||||
title: 'View any webform submission'
|
||||
description: 'Allows viewing <em>all</em> submissions.'
|
||||
'view own webform submission':
|
||||
title: 'View own webform submission'
|
||||
description: 'Allows viewing <em>own</em> submissions for all webforms.'
|
||||
warning: 'Warning: This permission affects access to all webform. Note: To allow users to edit own submissions for an individual webform, please go to the webform''s ''Access'' tab.'
|
||||
'edit any webform submission':
|
||||
title: 'Edit any webform submission'
|
||||
description: 'Allows updating <em>all</em> submissions.'
|
||||
'edit own webform submission':
|
||||
title: 'Edit own webform submission'
|
||||
description: 'Allows updating <em>own</em> submissions for all webforms.'
|
||||
warning: 'Warning: This permission affects access to all webform. Note: To allow users to update own submissions for an individual webform, please go to the webform''s ''Access'' tab.'
|
||||
'delete any webform submission':
|
||||
title: 'Delete any webform submission'
|
||||
description: 'Allows deleting <em>all</em> submissions.'
|
||||
'delete own webform submission':
|
||||
title: 'Delete own webform submission'
|
||||
description: 'Allows deleting <em>own</em> submissions for all webforms.'
|
||||
warning: 'Warning: This permission affects access to all webform. Note: To allow users to deleted own submissions for an individual webform, please go to the webform''s ''Access'' tab.'
|
||||
|
|
Reference in a new issue